View Single Post
  #5  
Old 19th Feb 04, 02:26 PM
robinwilson16 robinwilson16 is offline
Administrator
 
Join Date: Jul 2001
Location: UK
Posts: 903
robinwilson16 will become famous soon enoughrobinwilson16 will become famous soon enough
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.
Reply With Quote