Re: oracle8 for NT JDBC question

From: <msc_gmbh_at_t-online.de>
Date: 1998/05/27
Message-ID: <6kgv44$kmv$2_at_news01.btx.dtag.de>#1/1


vagelis Hristidis wrote:

> I use Visual J++1.1 and Oracle8 on a WinNT4.0 computer.
> I took the jdbcapplet.java sample file,changed the connect_string to
> "jdbc:oracle:thin:scott/tiger_at_COLLOSUS:1521:ORCL";
> //COLLOSUS is my computer's name

The correct syntax is:
 DriverManager.getConnection (""jdbc:oracle:thin:_at_collosus:1521:ORCL", "scott","tiger");

Go to the Oracle Homepage and get "jdbc.htm" where everything is explained.

Roland Received on Wed May 27 1998 - 00:00:00 CEST

Original text of this message