Forum Moderators: phranque
We did add 3 new fields to the main table in the database, but I only have 40 fields in that table and the record count is only 320K.
The Time outs are not consistent, but once they start the only we to stop them is to reboot.
Any thoughts?
Also if you changed your (presumably) asp code when you changed the db, you could re-check all connections and recordsets are closed properly.
Using OLEDB instead of ODBC will usually improve the app performance by cutting out the extra odbc->oledb layer in ADO. HTH