I have written a conversion program which uses SQL pass through to update tables on SQL server with VFP data. Everything works fine with my demo data but when I convert real customer data I am frequently getting fatal errors. I've looked at the records these errors are happening on and they all seem to have dates with a year of 2120. When I delete these records in VFP the convert then runs fine
Does anyone know why dates with the year 2120 should be causing problems? Later dates have converted ok so it's not a maximum allowed year or anything
Thanks for any help
Bernie