Storing large DateTime values from .NET
632435Dec 30 2008 — edited Jan 1 2009Our system uses 1/1/9999 as a NULL value for DateTime fields. When processing data in Java, the data is properly serialized as Timestamp data type. However, when accessing the grid from .NET Application, and trying to store the DateTime value into the grid via POF, I get an exception (Invalid Date)
Any pointers on resolving the issue?
Thank you
Timur
Edited by: Timur on Dec 30, 2008 11:53 AM