DataSet with DateTime Problem with MySql
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am connecting my Winform with MySql 3.27 i c# I am connected through MySql Connector 1.0. In mY database of mysql Table has Datetime column example -- values of datetime column comes in that way 2005-04-11 17:21:33 When i retrive thr winform it displays 2005-04-11 17:21 this format How can i get the complete Datetime format from MYSql pls provide me complete code Its very Urgent Any clue Thanks