Results 1 to 4 of 4

Thread: [RESOLVED] Connection String

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2000
    Posts
    462

    Resolved [RESOLVED] Connection String

    Connection String
    VB Code:
    1. Connects.Provider = "Microsoft.jet.oledb.4.0"
    2.  Connects.Properties("Jet OLEDB:database Password").Value = Trim(Softpassword)
    3.  Connects.ConnectionString = "data source=" & Dr + Software
    I get this On Debug

    "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Layout\Lay.Mdb;Jet OLEDBatabase Password=13241"

    Then When I do a

    Connects.Open

    I get this "Data Source=C:\Layout\Lay.Mdb"

    And A error Not a Database Format

    Any Ideas
    Last edited by Dbee; Sep 11th, 2006 at 12:07 AM.
    Don
    (OLD DOS Programmer)

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