my problem is this:
null
value in that column to use the default in that table i get an error. that's because LINQ says that you can't send a null value to a not null columnhow can i fix it?
can i get the sequence´s next value from LINQ in my form? there's another option than changing table column from not null to allowing nulls?
0 Replies