<% 'DataStore.inc 'this page provides a generic database include script ' use this connect string for the Access tables ' change the following ' YourDB to the physical path of your database strConnect = "Driver={Microsoft Access Driver (*.mdb)}; DBQ=YourDB" ' use this connect string for a DSN data store ' change the following ' DSN=YourDSNName 'strConnect = "DSN=YourDSNName" %>