C
Chukkalove
Visual Studio 2003. MySQL database.
The following code throws a "Unable to convert MySQL date/time value to
System.DateTime" when the column contains a null value
if (Reader.IsDBNull(nCount) == false) foo();
This has me stumped. I thought the function was there to test for this
condition but it appears to be falling over.
Is there any way I can get round this please
?
thanks
The following code throws a "Unable to convert MySQL date/time value to
System.DateTime" when the column contains a null value
if (Reader.IsDBNull(nCount) == false) foo();
This has me stumped. I thought the function was there to test for this
condition but it appears to be falling over.
Is there any way I can get round this please
?
thanks