Re: [Q] Can't get simple JDBC connection to work: "no suitable driver" - Mailing list pgsql-jdbc

From Brent Verner
Subject Re: [Q] Can't get simple JDBC connection to work: "no suitable driver"
Date
Msg-id 20011012035813.A94603@rcfile.org
Whole thread Raw
In response to [Q] Can't get simple JDBC connection to work: "no suitable driver"  (Amandeep Jawa <deep@worker-bee.com>)
List pgsql-jdbc
On 11 Oct 2001 at 16:28 (-0700), Amandeep Jawa wrote:
| (PLEASE email any replies to me directy as well as posting)

try the conn url below.

|                 System.out.println("Loaded Driver.");
|                   Connection conn = DriverManager.getConnection(
|                         "jdbc:postgres:test",

              "jdbc:postgresql://localhost/test"

|                         "postgres",
|                         "notreallymypassword"
|                 );

hth.
  brent

--
"Develop your talent, man, and leave the world something. Records are
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing."  -- Duane Allman

pgsql-jdbc by date:

Previous
From: "Nick Fankhauser"
Date:
Subject: Re: [Q] Can't get simple JDBC connection to work: "no suitable driver"
Next
From: Amandeep Jawa
Date:
Subject: Re: [Q] Can't get simple JDBC connection to work: "no suit