Drew Wutka
DWUTKA at marlow.com
Fri Mar 14 12:08:00 CST 2003
You are keeping the connection constant, which keeps the user in the database, limiting how many other users can be there at the same time. However, creating and destroying has the issue of slowing down your code when the database is on a network. Drew -----Original Message----- From: Susan Harkins [mailto:harkins at iglou.com] Sent: Friday, March 14, 2003 11:49 AM To: accessd at databaseadvisors.com Subject: Re: [AccessD] Using Global Connctions What problem are you avoiding by creating and destroying the Connection object as you use it? Susan H. > What do you guys think of this strategy, should I use a class to pass it > around. And if I am not using a class, do you think that it is a little bit > untidy or is downright bad practice. > > Again, I am just curious what the rest of the world is doing in their apps. _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com