hello!
           what we want to do is to insert table curenttimestamp (2013-01-01 12:00:00:111),and we can get the time from the table .we use oracle 11gr2. redhat
           I have two questions in using libzdb.
           i. while i debug my app ,the ResultSet_Next()·µ»Øfalse,i donot know why
           ii.how to get the time from table

         my code is just like :
         ResultSet_T r = Connection_executeQuery(con, "select TIME from bleach");//the bleach consist of only time,and time is timestamp
          while (ResultSet_next(r))
          {
                            printf("%s\n", ResultSet_getString(r, 1));
     }

 Thanks everymuch!
jiajiama