On Thu, Feb 04, 2010 at 10:45:38AM -1000, John Bresnahan wrote:
> Thanks much!  Is there a way to change the connection associated with an 
> object you have already 
> acquired via select?

   Don't do that. If you want a row to be associated with a connection get
or create it via that connection. This is especially important for
transactions and rows locked using SELECT FOR UPDATE.

Oleg.
-- 
     Oleg Broytman            http://phd.pp.ru/            p...@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to