From: chinh <cdinh@osf1.gmu.edu>
Subject: JDBC/Oracle 7
Date: 1998/02/02
Message-ID: <Pine.OSF.3.96.980202111059.31769B-100000@osf1.gmu.edu>#1/1
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Organization: George Mason University, Fairfax, Virginia, USA
Newsgroups: comp.databases.oracle.misc




Hello,
I'm taking the first Database course in which we have 
to use JDBC to connect to personal Oracle 7 (as a DBMS).
However, I don't know how to make the connection
to my database when using the 2 lines of codes:

1/ for loading the driver:
Class.forName("....");
2/ making the connection:
Connection con =
DriverManager.getConnection("...","myLogin","myPassword");

If anyone knows what to put in "..." for these 2 lines,
please show it to me. 
I guess I have to use an ODBC driver for it , but couldn't
figure out the name of the driver.

thanks a lot



