No suitable driver problem

From: mr_hopkins(at)earthlink(dot)net (Micheal H(dot))
To: pgsql-hackers(at)postgresql(dot)org
Subject: No suitable driver problem
Date: 2000-01-22 06:54:34
Message-ID: 38893f4d.7230471@news.earthlink.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Browse pgsql-hackers by date

  From Date Subject
Next Message Kristofer Munn 2000-01-22 06:57:07 Patch for elog(FATAL)/elog(ERROR) infinite loop?
Previous Message Bruce Momjian 2000-01-22 05:17:36 Re: vacuum timings