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

From Nick Fankhauser
Subject Re: [Q] Can't get simple JDBC connection to work: "no suitable driver"
Date
Msg-id NEBBLAAHGLEEPCGOBHDGMEFPDMAA.nickf@ontko.com
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
>                   Connection conn = DriverManager.getConnection(
>                         "jdbc:postgres:test",
>                         "postgres",
>                         "notreallymypassword"
>

I think it's just that the url should be jdbc:postrgesql:text (add the "ql")

-Nick
--------------------------------------------------------------------------
Nick Fankhauser  nickf@ontko.com  Phone 1.765.935.4283  Fax 1.765.962.9788
Ray Ontko & Co.     Software Consulting Services     http://www.ontko.com/


pgsql-jdbc by date:

Previous
From: "Dave Cramer"
Date:
Subject: Re: [Q] Can't get simple JDBC connection to work: "no suitable driver"
Next
From: Brent Verner
Date:
Subject: Re: [Q] Can't get simple JDBC connection to work: "no suitable driver"