T
Toxalot
I'm developing a database in 2003 with a separate FE/BE. The BE is
Access, but the book I had when I started learning was really pushing
ADO as this new and great thing so I started out using ADO.
If the database is left open and unused while the client is on lunch
or break, she gets errors when she tries to do anything when she comes
back. Many of the functions try to requery the recordset and I'm
thinking that maybe that is failing because it dropped the connection
or something?
Should I be doing something to make sure it stays alive?
Access, but the book I had when I started learning was really pushing
ADO as this new and great thing so I started out using ADO.
If the database is left open and unused while the client is on lunch
or break, she gets errors when she tries to do anything when she comes
back. Many of the functions try to requery the recordset and I'm
thinking that maybe that is failing because it dropped the connection
or something?
Should I be doing something to make sure it stays alive?