I have a VB app which connects to an Access DB.
Note:This app is running on dozens of PCs without error.
On 2 PCs when the app is run it returns the error
"Data Provider or other service returned an E_FAIL status"
when using the connection string:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Drive:\Folder\database.mdb;Mode=ReadWrite|Share Deny None;Persist Security Info=False
If I switch my connection to a DSN I still get the error in the same spot but the error message reads:
[Microsoft][ODBC Microsoft Access Driver]Data type mismatch in crteria expression
The error occurs on .movenext or .recordcount statements.
Again, this is only occuring on 2 PCs (Win2000 and XP). Initially, this app worked on both PCs. I'm not aware of any changes that would have contributed to this problem. Any help would be appreciated.
Note:This app is running on dozens of PCs without error.
On 2 PCs when the app is run it returns the error
"Data Provider or other service returned an E_FAIL status"
when using the connection string:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Drive:\Folder\database.mdb;Mode=ReadWrite|Share Deny None;Persist Security Info=False
If I switch my connection to a DSN I still get the error in the same spot but the error message reads:
[Microsoft][ODBC Microsoft Access Driver]Data type mismatch in crteria expression
The error occurs on .movenext or .recordcount statements.
Again, this is only occuring on 2 PCs (Win2000 and XP). Initially, this app worked on both PCs. I'm not aware of any changes that would have contributed to this problem. Any help would be appreciated.