i have a code to access a table called album in oracle 8
its connection code is like
what is wrong hereCode:conn=DriverManager.getConnection("jdbc:oracle:thin","system","manager");
Printable View
i have a code to access a table called album in oracle 8
its connection code is like
what is wrong hereCode:conn=DriverManager.getConnection("jdbc:oracle:thin","system","manager");
What is the error?Quote:
Originally Posted by gayomard_mehta
Did you register the DriverManager?
Also, are you connecting from the web?