Re: no suitable driver - Mailing list pgsql-jdbc

From Michael Stephenson
Subject Re: no suitable driver
Date
Msg-id Pine.LNX.4.30.0109111258360.4185-100000@tirin.openworld.co.uk
Whole thread Raw
In response to no suitable driver  ("Nick Fankhauser" <nickf@ontko.com>)
List pgsql-jdbc
> Then I changed the dbUrl string to:
>
>   private static final String dbUrl =
> "jdbc:postgresql//wetwang.ontko.com/demo";
>
> Any thoughts about what I've done wrong here?

This might not be the only problem, but your URL is missing a colon,
should be:

jdbc:postgresql://wetwang.ontko.com/demo

Michael xxx


pgsql-jdbc by date:

Previous
From: "Nick Fankhauser"
Date:
Subject: no suitable driver
Next
From: "Nick Fankhauser"
Date:
Subject: Re: no suitable driver