Re: which JDBC?

From: Shamil Valeev <valeevsh_at_mail.ru>
Date: Tue, 23 Apr 2002 11:49:49 +0700
Message-ID: <aa2p39$1sk$1_at_news.nsk.su>


Hi Pumpkin,

I would recommend JDBC Thin driver. Since it does not need Oracle client installation.
You can take it on www.oracle.com if you don't have it.

 conn =
DriverManager.getConnection("jdbc:oracle:thin:_at_IP_ADDRESS:1521:BASENAME", "USER", "PASSWORD");
In this command you will have to change these words on your own. IP_ADDRESS - ip address of your Oracle server BASENAME - name of your database
USER - user name
PASSWORD - password Received on Tue Apr 23 2002 - 06:49:49 CEST

Original text of this message