Oh, and here is a link with information about the JDBC-ODBC driver from Sun:
[url=“Oracle Java Technologies | Oracle”]Oracle Java Technologies | Oracle
Note the sentence: “The JDBC-ODBC Bridge should be considered a transitional solution.”
And I’m not quite being fair the JDBC-ODBC Bridge–usually it is the ODBC driver that is the culprit. “If you need to use multi-threading and your ODBC package does not support it, your client program will have to implement locking.”
The preferred approach is to use a JDBC driver, avoiding ODBC altogether for performance reasons and to not get bitten by a non-reentrant ODBC driver.
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods