I have a visual basic program which links to an access database. On the line of code which filles the dataset from the data adapter I get the following error:
An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in system.data.dll.
Curiously, another program which worked perfectly on a different machine also threw up the same error when run on the same computer as the above. Can anybody tell me what could be causing the error and the best way to resolve it.
Thanks
An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in system.data.dll.
Curiously, another program which worked perfectly on a different machine also threw up the same error when run on the same computer as the above. Can anybody tell me what could be causing the error and the best way to resolve it.
Thanks