I'm currently writing a SQL script to clear a date field of a NAV table. If I clear it as a blank it will give me a weird sql date format and I'm not able to run the table or record. Any idea how to do this? PS: a 'NULL' value or 0 doesn't work either.
0
Answers
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
The earliest value you can store in SQL server is '1 Jan 1753 00:00:00.000'. So that's what NAV uses as an 'empty' date. NULL would be more elegant but that's not an option in NAV.
RIS Plus, LLC