|
-
Sep 29th, 2006, 09:13 AM
#1
Thread Starter
Member
Jdbc Connection
i have a code to access a table called album in oracle 8
its connection code is like
Code:
conn=DriverManager.getConnection("jdbc:oracle:thin","system","manager");
what is wrong here
DIPLOMA HOLDER IN COMPUTER TECHNOLOGY 
-
Oct 1st, 2006, 12:04 PM
#2
Frenzied Member
Re: Jdbc Connection
 Originally Posted by gayomard_mehta
i have a code to access a table called album in oracle 8
its connection code is like
Code:
conn=DriverManager.getConnection("jdbc:oracle:thin","system","manager");
what is wrong here
What is the error?
Did you register the DriverManager?
-
Oct 1st, 2006, 12:04 PM
#3
Frenzied Member
Re: Jdbc Connection
Also, are you connecting from the web?
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
|