You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Christopher Williams <cc...@ntlworld.com> on 2003/09/09 11:10:43 UTC

Connector/J or ODBC?

Amy,

Always use a native JDBC driver if one is available:
1. The JDBC-ODBC bridge adds another layer of translation and redirection,
slowing down your database operations.
2. The JDBC-ODBC bridge seems kinda flaky.  I keep on getting errors staing
that "HRESULT is busy with another operation" when I use the bridge.

Chris.