Hi,

In my application I'm working with three different databases.

Case 1:
For 2 databases I'm using the connection object directly execute sql
and

Case 2:
In  the 3rd database I'm using the statement object and then doing the
statement.execute, where the db is implicitly associated with the
statement through the columns.

What is the best way to handle database connection errors in both the
cases above. Ideally you would want the database layer to recreate the
connection and then try to execute the statement again.

Thanks,

Vineet


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to