Why do I get error "RPC Exception: access denied java.net.SocketPermission" in the JDBC-ODBC Bridge applet?

Check that your JDBC URL is connecting to the same machine as your browser. For example, 127.0.0.1 is not the same as a machine name or IP address. Your connection URL must specify 127.0.0.1. For example:

jdbc:easysoft://127.0.0.1/local_mdb:logonuser=administrator:logonpassword=*********