How do I use exception handling ?
Asked by
mady
sorry for the example,
....
import PySQLPool
connection = PySQLPool.
query = PySQLPool.
try
query.
for row in query.record:
print row['column']
except Exception, e :
...
Do you have any exception class for the module that can I use instead of the generic "Exception" class
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- PySQLPool Edit question
- Assignee:
- Nikoleta Verbeck Edit question
- Last query:
- Last reply:
To post a message you must log in.