Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: oracle8 for NT JDBC question
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:@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 CDT
![]() |
![]() |