Connect to Oracle Database using JDBC

In this post we will see the sample code to connect to Oracle Database using JDBC drivers in java. For connecting to Oracle database we will need the following 1. Connection URL The format is [cray

Read More →

Select records using Prepared Statement

To select records using Prepared Statement in java we use

“A ResultSet object maintains a cursor pointing to its current row of data. Initially the cursor is

Read More →

Select records using Statement in Java

To select records using Statement in java we use

“A ResultSet object maintains a cursor pointing to its current row of data. Initially the cursor is positione

Read More →