Hi, I have a table with collumns (eventId for example) whose allow null in my sql server. When i try to add one item in my table, i have this error : "Object cannot be saved" I'm looking at brokenRulesCollection : "EventId must be a numeric value" When i'm looking at my BlObject.EventId value, it's null. In my object Designer, EventId is nullable. i.e: "private System.Nullable<int> _EventId;" So, I don't understand why it's doing that. Thanks for your time, Jonathan T.
|