freeek
Expert Member
Hi there people
I have been google for a while now and just getting crap information.
Does anyone know how to create a connection to db through Java. The Database is a Oracle 9, and is on a sever somewhere on the network.
from my reading i need these class files or packages:
import oracle.sql.*;
import oracle.jdbc.driver.*;
where do I find them?
I have been google for a while now and just getting crap information.
Does anyone know how to create a connection to db through Java. The Database is a Oracle 9, and is on a sever somewhere on the network.
from my reading i need these class files or packages:
import oracle.sql.*;
import oracle.jdbc.driver.*;
where do I find them?