Re: No suitable driver

From: "Fabio Mesquita Povoa" <fabio_mp(at)eadtec(dot)com(dot)br>
To: "Jean-Michel Zigna" <jzigna(at)cls(dot)fr>
Cc: "Lista JDBC" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: No suitable driver
Date: 2003-09-05 17:07:13
Message-ID: 002e01c373d0$28572f20$0400a8c0@eadlab.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Well, if i were u i would check if the url u r using is correct. This
problem also happened to me.

String url = "jdbc:postgresql://<host>:5432/database";

5432 is the default door.

----- Original Message -----
From: "Jean-Michel Zigna" <jzigna(at)cls(dot)fr>
To: <pgsql-jdbc(at)postgresql(dot)org>
Sent: Friday, September 05, 2003 4:48 AM
Subject: [JDBC] No suitable driver

> Hello,
>
> I'm trying to connect to a 7.1.3 postgres instance on a redhat 7.3 server
> from a web application deployed with Jbuilder (using Java 1.4). I have
> downloaded pg73jdbc3.jar (compatible with Java 1.4) but I have still an
> exception when connecting : no suitable driver.
>
> What's wrong whith this configuration ?
>
> Thanks for your help.
>
> ZIGNA Jean-Michel
> Responsable Développements Nouvelles Technologies
> CLS
> 8,10 rue Hermès
> Parc technologique du canal
> 31526 Ramonville Saint-Agne
> tél : 05 61 39 37 80
> mail : zigna(at)cls(dot)fr
> www : www.cls.fr
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rod Taylor 2003-09-05 17:24:04 Re: XA datasource for PostgreSQL
Previous Message Pedro Salazar 2003-09-05 16:21:19 XA datasource for PostgreSQL