Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> timestamp in c++
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.plReceived on Sun Aug 07 2005 - 04:19:26 CDT
![]() |
![]() |