| Author |
help!question about connecting oracle using jdbc!
|
Daniel Washington
Ranch Hand
Joined: Oct 26, 2002
Posts: 53
|
|
I created a database component in jbuilder7,set driver=oracle.jdbc.driver.OracleDriver,and URL=jdbc:thin:@hostname:1521 RCL in the property page of the component ,then test the connection. but some messages appear: "The driver racle.jdbc.driver.OracleDriver could not be loaded.This could be a problem with the driver itself,or that the driver is not found on the classpath." But i am sure that I have already set the classpath. what should i do?
|
IBM 141<br />IBM 285,286<br />IBM 700
|
 |
Amol Desai
Ranch Hand
Joined: Jan 29, 2003
Posts: 82
|
|
Hi, The url to be used is jdbc racle:thin:@hostname:1521 RCL and not jdbc:thin:@hostname:1521 RCL. You could also place the classes12.zip file in <jbuilder home>\lib\ext directory,and try after restarting the ide.
|
 |
Daniel Washington
Ranch Hand
Joined: Oct 26, 2002
Posts: 53
|
|
|
thanks for your reply,but the same problem occur
|
 |
 |
|
|
subject: help!question about connecting oracle using jdbc!
|
|
|