| View previous topic :: View next topic |
| Author |
Message |
kaiwing18@hotmail.com Guest
|
Posted: Thu Jan 08, 2004 6:25 am Post subject: Need Help with JDBC ! |
|
|
Hi all,
My pc has install Tomcat5.0.12 and j2sdk1.4.2_03. I want to develop
jsp for my project. My question is that i want to access the database
such as oracle 9i or mysqL which is not install in my PC.They come
from web hosting company Should i need to install the jdbc driver in
my local PC in order to get the connection.Could anyone tell me some
basic steps that can use to find and set up the jdbc drivers.
Thx !
JSP Beginner
|
|
| Back to top |
|
 |
Roel Verbunt Guest
|
Posted: Thu Jan 08, 2004 9:36 pm Post subject: Re: Need Help with JDBC ! |
|
|
Yes. Your JVM (running on your PC) must be able to find the driver-classes.
The easiest way to provide this is a local install.
You can find more info about to configure data-sources for Tomcat on
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-how
to.html
You can download the Ora9i JDBC-driver on
http://otn.oracle.com/software/tech/java/sqlj_jdbc/index.html
Roel
<kaiwing18 (AT) hotmail (DOT) com> schreef in bericht
news:d82f3f5c.0401072225.35483f0 (AT) posting (DOT) google.com...
| Quote: | Hi all,
My pc has install Tomcat5.0.12 and j2sdk1.4.2_03. I want to develop
jsp for my project. My question is that i want to access the database
such as oracle 9i or mysqL which is not install in my PC.They come
from web hosting company Should i need to install the jdbc driver in
my local PC in order to get the connection.Could anyone tell me some
basic steps that can use to find and set up the jdbc drivers.
Thx !
JSP Beginner
|
--
Posted by news://news.nb.nu
|
|
| Back to top |
|
 |
|