sqlite error?

BartlebyScrivener rpdooling at gmail.com
Mon Nov 6 16:40:02 EST 2006


>> self.connection.execute("INSERT INTO Personal (firstName, lastName)
VALUES ?", t)

John,

I'm no expert, but try

self.connection.execute("INSERT INTO Personal (firstName, lastName)
VALUES ?, ?", t)




More information about the Python-list mailing list