Results 1 to 3 of 3

Thread: ADO - WIN-NT HELP

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Posts
    148
    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!

  2. #2
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539

    try

    Code:
    Dim Cn As New ADODB.Connection 
    Cn.Open "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=\OSLER\Test\Mnemonic.mdb"
    you were using \\
    that could have an effect

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Posts
    148

    Nope

    I tried that,but to no avail I get the same
    'Unspecified Error'

    The path is on a network with full permissions
    My 98 machine opens the DB fine, but when I try NT I get the 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