On Fri, Aug 10, 2007 at 09:28:15PM -0400, luis cota wrote:
> I'd like to use Dynamic Class generation to copy data from one DB and
> transfer it to another.  The data is being moved from an MS SQL db to
> a SQLite DB.  How can I do this?  Is there some option in the
> metaclass that I can modify before calling CreateTables?

   Most SQLObject methods accept "connection" parameter. So you create two
connections and pass one or the other to an every method.

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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to