Are there Access JDBC Driver

We can connect to Access Database in JDBC-ODBC Bridge,But the speed is the problemAre there some access JDBC Drivers to download.thanks!!!
[166 byte] By [RichardMinga] at [2007-10-3 2:40:24]
# 1

> We can connect to Access Database in JDBC-ODBC Bridge,

> But the speed is the problem

how do you know another driver will be faster?

profile your code. i'm betting that your code is the bottleneck, not the driver.

> Are there some access JDBC Drivers to download. thanks!!!

there are jdbc drivers you can license for access. google for them. pay for them. see if they help. but profile first, or you might be wasting time and money fixing a non-problem.

%

duffymoa at 2007-7-14 19:38:46 > top of Java-index,Java Essentials,Java Programming...
# 2
Better yet, stop using Access. Microsoft is getting ready to send the Jet database engine to end of life. Get a free copy of MS/SQL Express. It's compatible with real MS/SQL and its only limitation is size,you can use it for commercial purposes.
pkwoostera at 2007-7-14 19:38:46 > top of Java-index,Java Essentials,Java Programming...