Data Access Objects

Tertius tertiusc at netscape.net
Mon May 5 13:52:01 EDT 2003


I want to share a common DB connection across various DataAccessObjects 
(DAO). I intend to use the Borg Singleton DP as described in the Python 
Cookbook to return the connection instance to the various DAO's.

Are there other preferred ways of getting the connection without passing 
it to each DAO?

T.I.A.
Tertius





More information about the Python-list mailing list