Re: jdbc7.0-1.2.jar

Поиск
Список
Период
Сортировка
От Joseph Shraibman
Тема Re: jdbc7.0-1.2.jar
Дата
Msg-id 3A2C0E44.A1536494@selectacast.net
обсуждение исходный текст
Ответ на jdbc7.0-1.2.jar  (Lars Nielsen Lind <larslind@systemudvikling.dk>)
Список pgsql-interfaces
Lars Nielsen Lind wrote:
> 
> Hi.
> 
> I have some problems with PostgreSQL 7.0.2 and JBuilder 4 Foundation
> and JavaServer Pages. My development platform is Red Hat 7.0 and JDK
> 1.3.
> 
> When I try to compile my JavaBean (DatabaseHandler) it freeze's when
> it reach the no. 2 codeline (have printed "1"):
> 
> 1.) System.out.println("1");
> 2.) conn =
> DriverManager.getConnection("jdbc:postgresql:testdatabase","user","1234");
> 
> 3.) System.out.println("2");
> 
> Where "user" = linux database admin and "1234" = linux password.
> 

The user and password aren't the same as the linux user and password. 
They are seperate for postgres.  See the admin pages for how to add a
new user.

-- 
Joseph Shraibman
jks@selectacast.net
Increase signal to noise ratio.  http://www.targabot.com


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

Предыдущее
От: "Neil Davis"
Дата:
Сообщение: Re: PostgreSQL ODBC driver: recordset not updatable
Следующее
От: "Joel Burton"
Дата:
Сообщение: Re: [GENERAL] Where do COMMENTs on columns go?