Re: newbie question: loading the jdbc driver & connecting to my db

From: "Nick Fankhauser" <nickf(at)ontko(dot)com>
To: "Russ McBride" <Russ(at)psyex(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: newbie question: loading the jdbc driver & connecting to my db
Date: 2001-09-17 14:04:22
Message-ID: NEBBLAAHGLEEPCGOBHDGAENFDKAA.nickf@ontko.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Russ-

> My connection window gives me the option of specifying the name of my
> driver. When I type in
>
> postgresql.jar
>

I'm not sure if this will solve it, but I'd guess that when your application
asks for the name of the drivers, it is looking for the class, not the jar
file, so your response would be: org.postgresql.Driver

-Nick

---------------------------------------------------------------------
Nick Fankhauser

Business:
nickf(at)doxpop(dot)com Phone 1.765.965.7363 Fax 1.765.962.9788
doxpop - Court records at your fingertips - http://www.doxpop.com/

Personal:
nick(at)fankhausers(dot)com http://www.fankhausers.com

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-09-17 15:54:52 Re: Patch for Statement Escape Processing problems
Previous Message Justin Clift 2001-09-17 10:25:56 Re: newbie question: loading the jdbc driver & connecting to my