Thread: No suitable driver problem

No suitable driver problem

From
mr_hopkins@earthlink.net (Micheal H.)
Date:

I've checked the format of the postgresql jdbc url I'm using for my
getConnection call, it acctually works when used for programs run from
the command line.  It's only when I run an applet in a browser do I
get the error "No suitable driver".  I believe the jar is being loaded
because until I added the statement "archive=postgresql.jar" to my
applet statement, the Class.forName("postgresql.Driver"); statement
was producing an error.
Thanks for the help, past and future.