psycopg insert problem

Hamish Lawson hamish_lawson at yahoo.co.uk
Fri Sep 7 10:02:57 EDT 2001


Charles <charles at a3a.com.br> wrote in message 

> When I make a c.execute("Insert ...
> he don't return a error but not insert the data too.
> i use psycopg 0.99.5 , python 2.1.1
> Why ?

You probably need to call commit() on the database connection to have
the change take permananent effect.

Hamish Lawson



More information about the Python-list mailing list