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
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
질문시간 7달 전
viewed 435 times