Ed Leafe wrote: > On Apr 27, 2007, at 3:12 PM, Carl Karsten wrote: > >> So I have to create the connection instance before I create the BO. > > No, you can always pass conn=None. > >> but the BO >> is what my connection props are attached to. Shouldn't I be able >> to have the BO >> create the connection itself, but not as part of init? (I'm sure >> I can, but >> would it be more or less with the flow?) > > Tell you what: you could easily look at the __init__ code and figure > out what's going on, but let me add a 'setConnection()' method to > dBizobj. This way the connection can be created when the bizobj is, > or could be created later. Of course, until there is a valid > connection, queries won't be very interesting.
setConnection() sounds like what I was hoping for. Thanks Carl K _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
