CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: visual basic

  1. #1
    Join Date
    Nov 1999
    Posts
    7

    visual basic

    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.


  2. #2
    Join Date
    Jul 2000
    Posts
    223

    Re: visual basic

    Simple search in MSDN on "3423" gave this:
    http://support.microsoft.com/support.../Q133/4/14.asp

    HTH

    Sead

  3. #3
    Join Date
    Nov 1999
    Posts
    7

    Re: visual basic

    But, I am opening access database from vb not from Excel.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured