On Sun, Aug 12, 2007 at 09:15:32PM -0500, Christopher Singley wrote:
> On Saturday 11 August 2007 13:05, Oleg Broytmann wrote:
> > Most SQLObject methods accept "connection" parameter. So you create two
> > connections and pass one or the other to an every method.
>
> Could you perhaps provide
On Saturday 11 August 2007 13:05, Oleg Broytmann wrote:
> 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 thi
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 be