|
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.
|