02-07-2006 07:38 AM
02-07-2006 09:04 AM
02-07-2006 11:42 AM
What is your connection string in the dbconnect function ?
JP
02-07-2006 11:59 AM
Fmt (sqlString,"DSN=%s;UID=%s;PWD=%s",dbName,dbUser,dbPassword)
dbHandle = DBConnect (sqlString);
The above variables (dbName, dbUser, dbPassword), are all passed in as parameters to the method. I tried printing them out to screen and they were correct. (prod_db, myuser, mypass)
02-07-2006 12:07 PM
02-07-2006 12:11 PM
yes.
went to control panel >> ODBC data sources >> system dsn tab
added microsoft access driver (*.mdb) with datasource name = prod_db
selected the database & under system database selected the workgroup.
02-07-2006 12:35 PM
02-08-2006 07:42 AM
02-09-2006 06:14 PM
02-10-2006 07:25 AM