Is JdbcOdbc source code available ?
843854Mar 21 2003 — edited Mar 21 2003Making repeated queries of an Access database using the JdbcOdbc Bridge, and its very fast until around the 4140 query, then it slows significantly. By profiling the application it appears significant time is being spent in the method
sun.jdbc.odbc.JdbcOdbc.execDirect
Though JdbcOdbc is included in J2SE JDK 1.4.1 did not find its source code in the distribution. Is the source code for this bridge available ?
Thanks in advance for any suggestions.