MorningZ
Junior Member
USA
169 Posts |
Posted - 27 May 2001 : 11:23:20
|
first off, looks like you are using the Access 2000 string for the included database ( if i am not mistaken, it is an Access 97 DB )
second, you have this database in the absolute root directory of "c:\" ??? that's a baaaad thing to do.... put it somewhere in the Inetpub dir, not necessarily in the wwwroot dir, and you must set NT permissions to be able to "write" to that directory..
third, if this is running on a local machine that you have access to the whole computer, just set a DSN for the DB in "Control Panel", "Admin tools", "ODBC"
and then use: strConnString = "DSN=mydatabase"
( using this method allows you to skip all the permission stuff )
Edited by - MorningZ on 27 May 2001 11:24:03 |
|
|