Inserting a Feature With Incorrect Date Format Fails With FeatId=0

FDO SDK

 
Inserting a Feature With Incorrect Date Format Fails With FeatId=0
 
 
 

You create a new feature with an FdoDataType_Date property and Insert the feature with a value of 10-24-2004. Next, create a feature reader using the FdoInsertCommand.Execute() command. The feature returns a full description of the feature being inserted with a FeatId = 0. A Query on the feature reveals that the feature did not get created. Nothing is returned and no exception is raised.