Click to See Complete Forum and Search --> : visual basic


ramjiayala
October 18th, 2001, 06:49 PM
When i tried to connect to access database through odbc , i am getting the following error.

You cannot use ODBC to import from, export to, or link an external Microsoft Jet or ISAM database table to your databse. Error 3423

I am accessing ODBC through Microsoft Jet engine.

This problem is only with access database.

The OS is windows 2000.

'OpenDatabase' is causing this error.

Can any body help in this regards.

sead
October 19th, 2001, 04:42 AM
Simple search in MSDN on "3423" gave this:
http://support.microsoft.com/support/kb/articles/Q133/4/14.asp

HTH

Sead

ramjiayala
October 19th, 2001, 10:50 AM
But, I am opening access database from vb not from Excel.