Re: A doubt about java connection...
От | s0lao@netscape.net (S. L.) |
---|---|
Тема | Re: A doubt about java connection... |
Дата | |
Msg-id | 3785E81B.43377F69.00013D13@netscape.net обсуждение исходный текст |
Ответ на | A doubt about java connection... ("Sergio Ramos" <sergrch@hotmail.com>) |
Список | pgsql-cygwin |
"Sergio Ramos" <sergrch@hotmail.com> wrote: > > Hello, Im trying to make a jdbc connection to a cygwin postgres database. > The problem is that my java aplication is on windows I and made the database > on cygwin postgres, I dont know what driver,url,password, and user to define > for that the windows aplication see the cygwin database. Can you help me? > > > Thanks in advance http://jdbc.postgresql.org There are no platform specifics. For your convenience: a. URL: jdbc:postgresql:database jdbc:postgresql://host/database jdbc:postgresql://host:port/database b. Driver: org.postgresql.Driver c., d. Password/User: Those who have access to your backend. Usually the user you've been logged with when executed the initdb command, withoutany password. Success, SLao __________________________________________________________________ Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/
В списке pgsql-cygwin по дате отправления: