Re: MySqlDataReader - returns empty DATETIME
Posted by:
M Varghese
Date: November 27, 2004 12:41AM
I figured out a solution
If dr is your mysqldataadaptor
if you use dr("datefieldcol") -- you get an empty datetime
so always use
dr("datefieldcol").tostring -- this seems to work .
M Varghese
Subject
Written By
Posted
November 22, 2004 01:37AM
Re: MySqlDataReader - returns empty DATETIME
November 27, 2004 12:41AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.