connect DB from remote

From: "S(dot)A(dot)Pamungkas" <moenk_2000(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: connect DB from remote
Date: 2000-10-25 04:46:58
Message-ID: 20001025044658.24168.qmail@web4903.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

Browse pgsql-novice by date

  From Date Subject
Next Message Louis-David Mitterrand 2000-10-25 06:23:20 Re: knowing which columns have beend UPDATEd inside a TRIGGER?
Previous Message Tom Lane 2000-10-24 22:51:03 Re: knowing which columns have beend UPDATEd inside a TRIGGER?