I'm trying to connect to an Oracle database using the JDBC-ODBC bridge. I've set up the ODBC (using a System DSN) and I know nothing is wrong with the driver itself. I've signed the jar and given permission in my .java.policy file. When I run the
Applet, I get the message
No Suitable Driver. I added a snippet of code to make sure the driver was loaded, registered, and
JDBC compliant.
Everything seems fine to this point. Has anyone else ran into this problem?