Re: A doubt about java connection... - Mailing list pgsql-cygwin

From s0lao@netscape.net (S. L.)
Subject Re: A doubt about java connection...
Date
Msg-id 3785E81B.43377F69.00013D13@netscape.net
Whole thread Raw
In response to A doubt about java connection...  ("Sergio Ramos" <sergrch@hotmail.com>)
List 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 by date:

Previous
From: "Sergio Ramos"
Date:
Subject: A doubt about java connection...
Next
From: "Jon Williams"
Date:
Subject: Latest Cygwin Installer & postgres initdb