|
-
Dec 19th, 2008, 06:47 AM
#1
Thread Starter
PowerPoster
speed up my ado conn access an server dir
...
Set CNSQL = New ADODB.Connection
CNSQL.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=C:\DB_PAS_DUE.mdb;"
....
i use this ADO conn to point on my local c:\ and all work very fast...
but if i copy the same mdb on a server dir, the operation to read and write in table of mdb are very very slow...
Peraph is a question of server, or cursor type not set, or ?????
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
|