noi_max
01-12-2004, 10:58 AM
Hello
I have a application using an Access Database that works good on my local machine. I have other computers here than can access the mdb file over a network, but that's where things really slow down.
I'm using an ADO connection and I have no databound controls, just a bunch of SQL queries.
Here's my connection string
sConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" & strSettingFile & ""
strSettingFile is a variable holding my path and mdb file.
any direction on this would be greatly appreciated.
Thanks!
Max
I have a application using an Access Database that works good on my local machine. I have other computers here than can access the mdb file over a network, but that's where things really slow down.
I'm using an ADO connection and I have no databound controls, just a bunch of SQL queries.
Here's my connection string
sConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" & strSettingFile & ""
strSettingFile is a variable holding my path and mdb file.
any direction on this would be greatly appreciated.
Thanks!
Max