Can someone let me know why the following 
keeps giving invalid syntax err msg.

 con = sqlite3.connect(sqldb)
 cursor = con.cursor()
 cursor.execute insert into default (rowname) values ( '1' ) ;
 con.commit()
 con.close()

I get invalid syntax pointing to the t in insert.

jimonlinux
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to