I am trying to access a database from Oracle through
servlets.
I have a Oracle ODBC Driver in my ODBC32 , if I Add that driver it doesn't ask me for DSN, Description and a Database directory as I get in MS Access. I have given class and getconnection statements like below
Class.forName("oracle.jdbc.driver.Oracle ODBC Driver");
con=DriverManager.getConnection("jdbc

racle:thin:cc939767-a:8080:ORCL","","");
I created a table with Oracle 8i . What else do I need?
Do I have to download some other driver ?
In getconnection I have given my computer name(cc939767-a:8080)and the port , is it correct?
Please help me with this .............
thanks
sah devine
[This message has been edited by Sah Devine (edited October 12, 2000).]