When should I open and close a connection from the DataEnvironment when accessing an MDB file?
Should I open it at the start of the program and leave it open until it terminates, or should I open it before every DB operation (add record , delete record etc...)?




Reply With Quote