|
-
Jun 6th, 2000, 07:21 PM
#1
Thread Starter
New Member
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.....
-
Jun 6th, 2000, 08:16 PM
#2
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
-
Jun 7th, 2000, 10:49 AM
#3
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|