|
-
Sep 8th, 2005, 10:33 AM
#1
Thread Starter
Hyperactive Member
DateTime datatype
How to insert a null value in a column of datatype 'DateTime'? I am coding in c#?
-
Sep 8th, 2005, 11:36 AM
#2
Re: DateTime datatype
you could try some value that you dont expect to use (ie, DateTime.MinValue?)
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Sep 8th, 2005, 05:32 PM
#3
Re: DateTime datatype
If you're talking about a field in a DataRow, you use DBNull.Value to represent a null value regardless of the type of the column.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|