Results 1 to 4 of 4

Thread: Help- ADO - OPEN on NT

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Posts
    148

    Angry

    Howdy!

    This code runs fine in Win95,98 , but soon as I run it in Win NT I get a run-time error.Why?


    Dim Cn As New ADODB.Connection
    Cn.Open "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=\\OSLER\Test\Mnemonic.mdb"

    Help Please!
    The path is on a network with full permissions on.

  2. #2
    Addicted Member
    Join Date
    Apr 1999
    Location
    Atlanta
    Posts
    145
    check what version of jet OLEDB.3.51 you are using with NT.

  3. #3
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    What error are you getting?

    Has the NT box got the same mdac version installed

    Mark
    -------------------

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Posts
    148
    I am getting "Unspecified Error"

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