Easysoft JDBC-ODBC BridgeHow can I make my application/servlet engine progress beyond calling setQueryTimeOut when connecting to Access? |
|
Access does not allow you to set the query timeout and the Statement.setQueryTimeout(int) call throws an exception with SQL State SC100.
By setting the registry key to "y":
HKEY_LOCAL_MACHINE\
SOFTWARE\
Easysoft JDBC-ODBC Bridge\
Configuration\
System\
settings\
S1C00
it will downgrade the SQLException for SQLState S1C00 to an SQLWarning, thus allowing the application to progress.