Results 1 to 3 of 3

Thread: Slow ado opening with large Access Database

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    8

    Angry

    Why does my ado connection to my access database
    open so slowly (approx 1min). The database is large
    (14Mbytes) however using the DAO data control loads it
    under 5 seconds ???? I am using Jet 3.51 in my connection
    string.....

  2. #2
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367
    What exactly are you using for your connection string,

    I use this command and it opens quick

    code:

    DB.ConnectionString = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & App.Path & "\DB.mdb"
    DB.Open

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    8

    Question Connection String

    My connection string is...

    Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\mydb.mdb

    ???

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