Nishant wrote:
now server is throwing an errors as cannot load JDBC driver called com.mysql.jdbc.Driver
wht is wrong wiil i hav to import some external JDBC driver (on my pc no oracle is there )
You want to connect to an oracle database and you're loading a jdbc
driver for mysql ?
Yes
You say you are using Oracle, but your configuration is for a MySQL
database. For Oracle, your driver class is going to be
oracle.jdbc.driver.OracleDriver. Your URL is going to follow this pattern:
jdbc:oracle:thin:@::
The "database name" is also known as a TNS name in Oracle terms. Usually
th
lable at
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
Thanks
Ramesh M
-Original Message-
From: Nishant [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 18, 2004 11:12 AM
To: Struts Users Mailing List
Subject: how to access oracle database on netwrk
hello,
hello,
i am using oracle 9i as my database in my application.
My database is on anothere machine in network.
my struts-config.xml is like
now server is throwing an errors as cannot load JDBC driver called
com.mysql.jdbc.Driver
wht is wrong wiil i h
4 matches
Mail list logo