I'm writing some code in
VB that uses ADO through the ODBC driver for Timberline/Pervasive and I'm trying to figure out how to null a date field. I've tried various values such as an empty string, Null, even the zero value for a COleDateTime object (which is "12/30/1899 12:00:00 AM"); none of which work. They all result in either "Invalid field format" or "Type mismatch" errors.
How do you set a date field to Null in Pervasive?
Thanks,
Joe A.