> 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.
%