View Single Post
Old 02-16-2004, 10:17 AM  
tonyroc
Registered User
 
Join Date: Jul 2002
Location: phila
Posts: 7
I don't know if this will help , here's what I found on google


Identity works with Access 2000 ONLY if you use the "Jet OLEDB Provider 4.0"!

So define your ODBC connection not with "Microsoft Access Driver" but with "Jet OLEDB Provider 4.0". So your connection string should look like:

"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Backup\OBS\Development\Db\obs2k.mdb;Pers ist Security Info=False"

If you use a DSN-Less connection. Otherwise its in the ODBC Settings.
tonyroc is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote