dataSet Problem
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 DateTime column has some corrupted format 0000-00-00 00:00:00 or 2005-00-00 00:00:00 when i store it in dataset it can store only correct format of datetime if it gets corrupted format it throws exception My client wants to bypass the corrupted datetime format. how can i store correct and corrupted datetime format in dataset Is there any way to set default value to the datetime feild of the dataset pls provie me code for that any clue thanks