connecting to oracle using jdbc and jrun (newbie)

2001-09-25 Thread Gilson Nascimento D Elrei
sorry if it's off topic, I have downloaded from oracle.com the jdbc driver for Oracle 8.1.5 and i have upload the zipped files (classes111.zip and nls_charset.zip) on \lib that is on classpath; I'm trying to connect using JDBC/ODBC bridge. My Question is: - Where's the common Jar Files like mysql

Re: connecting to oracle using jdbc and jrun (newbie)

2001-09-25 Thread Jay H. Lang
Gilson, The zip file is the jar file. To look at the contents do a jar -tf classes111.zip and you will see all of the classes inside. Just add this to your class path as you would a jar file. Later. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Special

Re: connecting to oracle using jdbc and jrun (newbie)

2001-09-25 Thread Sukumar S
Hi, It seems that you have downloaded thin driver type 4 jdbc driver. for that the Driver class name will be different. it wont be lik sun.jdbc.odbc.jdbcodbcdriver. check the site for documentation of how to use the driver. Regards, Sukumar Gilson Nascimento D Elrei wrote: > sorry if it's off

Re: connecting to oracle using jdbc and jrun (newbie)

2001-09-25 Thread Dick Wong
by: A Subject: Re: connecting to oracle using jdbc and jrun (newbie) mailing list about Java Server Pages specification and reference 200