java.sql.SQLException: No suitable driver

Поиск
Список
Период
Сортировка
От Yunush Mulla
Тема java.sql.SQLException: No suitable driver
Дата
Msg-id 20060310074447.76175.qmail@web8402.mail.in.yahoo.com
обсуждение исходный текст
Ответы Re: java.sql.SQLException: No suitable driver
Re: java.sql.SQLException: No suitable driver
Список pgsql-jdbc
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 по дате отправления:

Предыдущее
От: "Thomas Dudziak"
Дата:
Сообщение: Re: binary protocol was Performance problem with timestamps in result sets
Следующее
От: Brendan Duddridge
Дата:
Сообщение: Re: java.sql.SQLException: No suitable driver