Re: no suitable driver

From: Michael Stephenson <mstephenson(at)tirin(dot)openworld(dot)co(dot)uk>
To: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: no suitable driver
Date: 2001-09-11 11:59:54
Message-ID: Pine.LNX.4.30.0109111258360.4185-100000@tirin.openworld.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Culley Harrelson 2001-09-11 12:06:44 Re: Fwd: Re: unicode in 7.1
Previous Message fiol 2001-09-11 11:57:47 Re: no suitable driver