Re: No suitable driver - Mailing list pgsql-jdbc

From Fabio Mesquita Povoa
Subject Re: No suitable driver
Date
Msg-id 002e01c373d0$28572f20$0400a8c0@eadlab.com.br
Whole thread Raw
In response to No suitable driver  (Jean-Michel Zigna <jzigna@cls.fr>)
List 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@cls.fr>
To: <pgsql-jdbc@postgresql.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@cls.fr
> www : www.cls.fr
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly


pgsql-jdbc by date:

Previous
From: Pedro Salazar
Date:
Subject: XA datasource for PostgreSQL
Next
From: Rod Taylor
Date:
Subject: Re: XA datasource for PostgreSQL