Search...

Showing posts with label java with oracle. Show all posts
Showing posts with label java with oracle. Show all posts

Saturday, November 8, 2014

JDBC type-2 ThinDriver example

class mydatabse
{
      Connection cn;
     ResultSet rs;
     Statement st;
    PreparedStatement pst;