Search...

Showing posts with label java type-2 driver. Show all posts
Showing posts with label java type-2 driver. Show all posts

Saturday, November 8, 2014

JDBC type-2 ThinDriver example

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