Results 1 to 5 of 5

Thread: OLEDB.3.51 error

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    455
    Dear Vb users,

    I am trying to open a database with the next instruction:

    Dim ConnectDB As New ADODB.Connection
    ConnectDB.Open ("Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=DATABASENAME.mdb")

    This gives the next error: "ADO could not find the specified provider"

    Can someone give me answer on the next questions:

    - wich referenes do I have to choose?
    - if I can't find, wich DLL file do I need?
    - if I can't find the DLL file, where can I find this file on internet?

    I am using VB5.

    Thanks for reading or maybe answering.

    Michelle.


    [Edited by michelle on 08-22-2000 at 03:08 AM]

  2. #2
    Guest
    try installimg MDAC20 (VB6 CD1), MDAC21 (SP3) and MDAC25 (SP4) on your machine. I think MDAC20 is the one required for JET.OLEDB.3.51, but install all of it anyway.

    another option could be using JET.OLEDB.4.0 drivers.

    hope that helps, best regards

    Sascha

    [Edited by Sascha on 08-22-2000 at 05:09 AM]

  3. #3
    Member
    Join Date
    Nov 1999
    Location
    Manila, Philippines
    Posts
    59
    maybe Visual Basic 5.0 does not support ADO
    Mikey
    A/P
    Using VB6 SP4 Enterprise Ed.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    455
    Hello orasbot & Sascha for your information

    Nice regards,

    Michelle.

  5. #5
    Member Red Thread's Avatar
    Join Date
    Aug 2000
    Location
    Europe-Belgium
    Posts
    44

    Red face Problem solved ?

    Hi there,

    I have almost the same problem here !

    Can you tell me if your problem is solved and if so... how did you did it ?

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