|
-
September 25th, 2000, 10:11 AM
#1
JDBC in swing
i am writing the following code in my class which extends JApplet
class.forName(oracle.jdbc.driver.OracleDriver);
exception thrown is driver not found
but when i run this program in a simple class extending nothing the code works fine
Please tell if this is some version problem or something else. i am using java1.2
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|