The only way I have done it before for asp is using access. You have to install IIS where you will get a basic website set up.
Then go to ODBC connections in control panel
Create a new data access link.
Browse to the access file and set a name for it
Then in the asp file, use the general connection code and for the data source enter the name you gave the link in control panel
To be able to update records you will probably need to right click the access file and set global write permissions.
|