On Thu, 28 Oct 2004, skeize(at)gmail(dot)com wrote:
> Hi, I've downloaded my JDBC driver from PostgreSQL website. I'm left
> with .jar files. I know I need to set up the database server to
> accept tcp/ip, but what to I do with the driver?
>
The jdbc driver is a client component, not a server one, so you just
deploy it with your client application.
Kris Jurka