Re: [SQLObject] moving data between sqlite databases

2007-05-16 Thread Ferdinand Gassauer
On Wednesday 16 May 2007 23:56:23 David McNab wrote: > Hi, > > I've got several SQlite databases, each with the same tables and > schemas. > > What's the best way to move data between them? > > I understand that with SQLObject, one can make a connection to a single > database global, as in: > >

Re: [SQLObject] moving data between sqlite databases

2007-05-16 Thread Ray Smith
David McNab wrote: > Hi, > > I've got several SQlite databases, each with the same tables and > schemas. > > What's the best way to move data between them? > > I understand that with SQLObject, one can make a connection to a single > database global, as in: > >conn = SQLiteConnection("/path

[SQLObject] moving data between sqlite databases

2007-05-16 Thread David McNab
Hi, I've got several SQlite databases, each with the same tables and schemas. What's the best way to move data between them? I understand that with SQLObject, one can make a connection to a single database global, as in: conn = SQLiteConnection("/path/to/dbfile.sqlite") sqlhub.processConn