Re: pysqlite
From: Peter Otten (__peter___at_web.de)
Date: 03/28/04
- Previous message: Peter Otten: "Re: Newbie Class Questions"
- In reply to: Dave Harrison: "pysqlite"
- Next in thread: Heather Coppersmith: "Re: pysqlite"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 28 Mar 2004 15:05:22 +0200
Dave Harrison wrote:
> I need to be able to flash a database with the sql def'ns I have, and it
> works if I pipe my file into sqlite, but when I execute the same data as
> a giant string I get no error, but the database isn't flashed.
>
> anyone have any ideas ? Ive tried stripping out newlines, all whitespace
> reduced to single spaces etc etc ...
Did you commit() before closing the connection?
Peter
- Previous message: Peter Otten: "Re: Newbie Class Questions"
- In reply to: Dave Harrison: "pysqlite"
- Next in thread: Heather Coppersmith: "Re: pysqlite"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|