Retrieving the records from Oracle database using Java.pdf - Google

0 downloads 162 Views 112KB Size Report
Retrieving the records from Oracle database using Java.pdf. Retrieving the records from Oracle database using Java.pdf.
Retrieving the records from Oracle "+rs.getString(2)+" "+rs.getString(3)); }

con.close( ); } }

Step 4: Execution of Program:  Compile the program. javac oracledata.java  Run the program java oracledata

Output:

After successful execution of the program we will get the above output, it means the “Emp” table has two records.

Developed By, Santosh Jadhav

Suggest Documents