On Thu, Jul 10, 2008 at 01:01:38PM -0700, Molly Aplet wrote:
> My intention was to overwrite the first connection with the second
> connection--is there a way to do this?

cls._connection = connectionForURI(cls.live_connection_string)

   or

cls.setConnection(cls.live_connection_string)

   must work. I do not understand why the second connection lost. Can you
write a short test script that demonstrate the problem, so I can
investigate it?

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to