I created a DSN for a SQL Server database. I use the DSN as the source for a remote view in VFP, however when the remote view is browsed the date field that is empty in the SQL Datsbase shows with the date 1900.01.01 in the remote view, WHY?
Because there is really no such thing as a empty date in sql server, so ODBC is doing the best it can. If you want empty dates in sql server set them to null.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.