Driver

could anyone tell me what is the best driver to be used to connect to a remote database from a multiThreaded java applet without using any authentication or policy file to be installed on the client machine that is running the applet
[240 byte] By [AntwanAdela] at [2007-10-3 4:40:01]
# 1
You need to use a type 4 pure Java JDBC driver. You need to sign your applet if that remote database isn't at the host where your applet download.
zhaoyha at 2007-7-14 22:43:57 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...