Re: Setting up JDBC on a Windows Platform (PostgreSQL)

From: Kris Jurka <books(at)ejurka(dot)com>
To: "skeize(at)gmail(dot)com" <skeize(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Setting up JDBC on a Windows Platform (PostgreSQL)
Date: 2004-10-29 02:20:25
Message-ID: Pine.BSO.4.56.0410282119250.19094@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Giampaolo Tomassoni 2004-10-29 08:37:36 Re: Serializable transactions and SQLException
Previous Message Kris Jurka 2004-10-29 02:19:00 Re: Serializable transactions and SQLException