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 will have to make a oracle jdbc driver available to tomcat ( or whatever app server you are using). FYI
there is a brief write up on this with the tomcat docs. Just make sure you have the proper driver for the version of oracle you are using
and you should be ok.


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



Reply via email to