Hi all,
I would like to create an ASP which will set an Access database onto the Web, where users can enter and add on records to the Access form.
I am new to asp and SQL language and like to confirm if the following steps are correct to open the database on the website.
- Open Notepad or other text editor
- Key in following commands:
<% Open "name of DSN" %>
- Save file under .asp extention
Are these steps sufficient? Will the queries set on the database work automatically or do I set further SQL statements to call up the queries? Will Access reports work too online?
Many thanks in advance.
I would like to create an ASP which will set an Access database onto the Web, where users can enter and add on records to the Access form.
I am new to asp and SQL language and like to confirm if the following steps are correct to open the database on the website.
- Open Notepad or other text editor
- Key in following commands:
<% Open "name of DSN" %>
- Save file under .asp extention
Are these steps sufficient? Will the queries set on the database work automatically or do I set further SQL statements to call up the queries? Will Access reports work too online?
Many thanks in advance.