Null DateTimes

Null DateTimes

Comments

  • I want to be able to store DateTime fields with Null values. Is it possible? Currently, when I pass null values, they are getting stored as 1/1/1753 in the Database.

  • [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]The minimum Date value SQL Server accepts is 1/1/1753. To save null DateTime values, youll need to ensure the field is set to Allow Null values. You can do this by editing your dadta structure, and updateing the fields properties.[/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
    [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif][img]att1[/img][/font][/color]

Sign In or Register to comment.