I believe that classes12.zip is for Version 1.2 and 1.3 only.  JRE5.0 uses 1.5. 
  Your solution would be to download ojdbc14.jar which is for JVM 1.4 or 1.5 
and put that in either you application/WEB-INF/lib directory or Tomcat's 
common/lib directory.

Follow this link to download ojdbc14.jar: 
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html 



Ritchie 




>>> [EMAIL PROTECTED] 18/01/2006 12:32 pm >>>
the one that comes with the latest rel of jre, jre5.0
 
Which version of JVM are you using?

Ritchie  




>>> [EMAIL PROTECTED] 18/01/2006 11:02:31 am  >>>

Vidhi wrote:
i'd copied the classes12.zip from  C:\jdbc\lib. there's no folder of  
ORACLE_HOME.
now,what else to be  done?
i'm sending you my JSP pagae. kindly tell me what code should be   
written/added to execute it successfully.
i'd created the table named as  user1 in oracle 8.0 and inserted some values  
in it.
the name of the  database in which this table is been created is   prime.

Regards,
Vidhi

I do not use Oracle. I use MS Access  driver. From Data Sources (ODBC) in  
WinXP, after selecting MS  Access  as your database driver, create a blank  
database  (anything.mdb) and populate it by running MadeDB, which should be 
run   
(compiled) from the same folder where you have your database files. Then  
create  a 
properties file listing the database created and that should  go in the class 
 
folder of your web application.

Maybe for  Oracle, you need to copy jdbc classes to lib. But above is for my  
 
webapp!

Hope it  helps.



---------------------------------------------------------------------
To  unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional  commands, e-mail: [EMAIL PROTECTED] 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to