Results 1 to 2 of 2

Thread: Direct Connect

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2000
    Posts
    40

    Talking

    If I try this
    ------------------------
    Set con = CreateObject("ADODB.Connection")
    con.Open = "PROVIDER='MICROSOFT.JET.OLEDB.4.0';User ID=;Password=; Data Source=c:\employees.mdb;"
    ----------------------------

    I get this:
    -------------------
    Microsoft VBScript runtime error '800a01b6'

    Object doesn't support this property or method: 'con.Open'

    -----------------------------------


    HELP!!!!!!!!!!!!!!

  2. #2
    Guest
    "PROVIDER='MICROSOFT.JET.OLEDB.4.0';

    do you really have a single quote after that 0?

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