connect DB from remote - Mailing list pgsql-novice

From S.A.Pamungkas
Subject connect DB from remote
Date
Msg-id 20001025044658.24168.qmail@web4903.mail.yahoo.com
Whole thread Raw
List pgsql-novice
Hi all

I use 2 machines with different platform ( Redhat6.2 &
window2000).

I'm using RedHat6.2 in my first machine, and installed
postgresql there. I'm using Applet-Servlet-JDBC to
connect postgresql. Everything is working good.

I want to connect postgresql from my second machine (
Windows2000), using applet-servlet also.

For example,in linux platform, to connect the DB I
wrote :
......
Class.forName("org.postgresql.Driver");
url = "jdbc:postgresql:mydb";
......

How to connect / call postgresql driver from window ?

Thank you.

S.A.Pamungkas

__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/

pgsql-novice by date:

Previous
From: Mark Volpe
Date:
Subject: Re: [SQL] Re: NULL
Next
From: Aarni Ruuhimäki
Date:
Subject: INNER JOIN query with Postgre 6.5