I have an Access table with a datetime column. The Default Value is set to NOW(), as I want it to insert the date in which the record is inserted. Null values are not allowed.
In my corresponding Table Adapter in Visual Studio 2010, when I select that column and view Properties, under DefaultValue it has
What's the proper way to do this?
I am getting the:
Sam HobbsPosted Apr 22, 2012, 2:44 PM
VulpesPosted Apr 21, 2012, 9:06 AM
Amit DhaniaPosted Apr 21, 2012, 4:25 AM