Takes ages to connect to database
am 03.11.2004 16:54:57 von GregHi, me again!
I'm using the following to connect to an MS Access database, and putting
Response.Write(Now()) around it. Sometimes it will connect quickly, but
other times it takes up to 20 seconds to connect. Any ideas?
conString = "Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\inetpub\clients\awt326\db\db127\store.mdb"
set con = Server.CreateObject("ADODB.Connection")
con.open(conString)
Many thanks,
Greg