self.con.commit()
wins the prize.
Thanks,
now if I can just find () on the keyboard
jd
On Saturday, February 04, 2012 03:04:27 PM Black, Michael wrote:
> I think I found your problem.
>
>
>
> Change
>
> self.con.commit
>
> To
>
> self.con.commit()
>
>
>
> In your Fupdate function
>
>
>
> sqlite> .dump
> PRAGMA foreign_keys=OFF;
> BEGIN TRANSACTION;
> CREATE TABLE abc800_111_1111_FIRST
> (pink varchar,
> green varchar,
> rec_Rowname varchar,
> row_1 varchar,
> ent_1 varchar,
> notes varchar,
> rowcount
> );
> INSERT INTO "abc800_111_1111_FIRST" VALUES('abc','800 111 1111','FIRST','1)
> Add New Name','','','1');
>
>
>
> Michael D. Black
>
> Senior Scientist
>
> Advanced Analytics Directorate
>
> Advanced GEOINT Solutions Operating Unit
>
> Northrop Grumman Information Systems
>
>
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users