Re: java.sql.SQLException: No suitable driver

Поиск
Список
Период
Сортировка
От Brendan Duddridge
Тема Re: java.sql.SQLException: No suitable driver
Дата
Msg-id 25FFAFC3-3B67-4F78-A88C-C65EB77B12CD@clickspace.com
обсуждение исходный текст
Ответ на java.sql.SQLException: No suitable driver  (Yunush Mulla <mullayunush@yahoo.co.in>)
Список pgsql-jdbc
That usually means your jdbc driver can't be found in your java classpath.

____________________________________________________________________
Brendan Duddridge | CTO | 403-277-5591 x24 |  brendan@clickspace.com

ClickSpace Interactive Inc.
Suite L100, 239 - 10th Ave. SE
Calgary, AB  T2G 0V9

http://www.clickspace.com 

On Mar 10, 2006, at 12:44 AM, Yunush Mulla wrote:

Hi,
I m developing a application in which  i need to connect to postgres Database lying on remote host.
when I tried to connect to remote database Using following code:

connection=DriverManager.getConnection("jdbc:postgresql://"+host+":"+port+"/sms",user,pwd);

 I got error like this:
java.sql.SQLException: No suitable driver

what could be the cause? What could be the solution???



Relax. Yahoo! Mail virus scanning helps detect nasty viruses!

Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Yunush Mulla
Дата:
Сообщение: java.sql.SQLException: No suitable driver
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: binary protocol was Performance problem with timestamps