B
Bruce Maston
I have Access 2K and an ODBC connection to a database totalling only about
3.5 Megs. There are only 3 users, and they rarely use the connection
simultaneously. I have a cable modem.
The speed is very slow. An SQL SELECT statement can take as long as 15
seconds to return data.
Is this normal? Is this a problem at the ISP who hosts this database?
Should I reprogram this some way, or use a different way to get to the db?
Is there a way to monitor the performance of an ODBC connection to figure out
where the time lag is?
I've noticed that a SQL statements "attached" directly to a control
(Me.Control.Recordsource = strSQL) runs much faster than the same SQL
statement handled as an ADO recordset.
Thank you for any input.
Bruce Maston
3.5 Megs. There are only 3 users, and they rarely use the connection
simultaneously. I have a cable modem.
The speed is very slow. An SQL SELECT statement can take as long as 15
seconds to return data.
Is this normal? Is this a problem at the ISP who hosts this database?
Should I reprogram this some way, or use a different way to get to the db?
Is there a way to monitor the performance of an ODBC connection to figure out
where the time lag is?
I've noticed that a SQL statements "attached" directly to a control
(Me.Control.Recordsource = strSQL) runs much faster than the same SQL
statement handled as an ADO recordset.
Thank you for any input.
Bruce Maston