Tagged Questions
2
votes
4answers
428 views
How do I declare a TField as nullable?
I'm setting up an ADO-based client dataset, and when I try to insert a null value into a TIntegerField, on Post I get Project raised exception class EDatabaseError with message 'Non-nullable column ...