Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

python and firebird, checking error code

Status
Not open for further replies.

j2ecoder

Programmer
Jan 2, 2006
5
PH

Hello,

When using kinterbasdb. How do you check for error code on failed insert/updates?

I've tried using:
ret = cur.execute("update statement")
# ret is always None

Thanks for any help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top