1
(click on this box to dismiss)
How can you catch an Exception in python using the CUBRIDdb driver?
I want to catch the Error exception or a specific exception using the Python driver. I saw nothing related to this in the manuals.
1
Answer
1
Have you tried Python's standard try and catch clauses? See the docs on Error Handling. It seems to work. See this Stackoverflow question.
tagged
asked 7 months ago
viewed 436 times