0
How to make SQl JDBC
How to make SQl JDBC connection
1 Antwort
+ 3
depends on the driver and connection type. in case of Oracle SQL, use this code line in Java Program:-
Connection cn=Driver Manager.getConnection("jdbc:oracle:thin@localhost:1521:xe","Database Username","Password");