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:
>
>
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
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