I have recently switched from Access to VB6 and just want to know some of
the best practices for data access so that I can get into good habits early.
All my apps will be multi-user network apps using Access for the backend.
If someone could point me to some articles relating to Connections,
Recordsets, etc., it
would be much appreciated.
For example:
Connection: When is the best time to open a connection and should it be
closed every time I complete a data retrieval? Is there any problem with
leaving it open until the application ends?
Updating via Recordset vs. Stored Procedure...
Thanks
Scott Rymer