Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> timestamp in c++

timestamp in c++

From: mwojtow <mwojtow_at_neo.dmcs.p.lodz.pl>
Date: Sun, 7 Aug 2005 09:19:26 +0000 (UTC)
Message-ID: <dd4jmu$olq$1@kujawiak.man.lodz.pl>


I try to extract timestamp column from query using getString method of object ResultSet. Unfortunetly Tihs method fails (in documentation stands that this method returns column AS string - not only char column I think). So I tried getTimestamp() and it worked. But it returns Timestamp object. I need to convert value of this object to string using toText method. But I cannot find syntax of fmt parameter of this method. Please help.

-- 
Marcin Wójtowski
mwojtow_at_dmcs.p.lodz.pl
Received on Sun Aug 07 2005 - 04:19:26 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US