[DB-SIG] mxODBC

Dennis Baker drbaker@softhome.net
Sat, 19 May 2001 13:24:08 -0700


I'm having a problem trapping mxODBC.Warning,  I've tried :

except mx.odbc.Windows.error.Warning:

and

except mx.odbc.Windows.error:

I've read the mxODBC web page and I really don't want to recompile mxODBC,  is that the only option?