
I was tried the code that you give to run type-4 driver .
import java.sql.*; import oracle.jdbc.driver.*; import oracle.sql.*;
while compiling the error was like:
package oracle.jdbc.odbc.driver does not exist. import java.oracle.jdbc.driver.*; *
package oracle.sql does not exist. import java.sql.*; *
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
