Page 1 of 1

Problems after upgrading to dbexpoda6

Posted: Wed 05 Jun 2013 00:26
by padorang
Use in delphi7 dbexpoda.dll 1.71, but this time was upgraded to dbexpoda 6.

After you upgrade from some modules 'Field value required' error has occurred.

TSQLClientDataSet are using.
Append a value in the field after the method call and then call the Post method, and after an error occurs in a place other work is not in progress.
We want to help how to solve.
Thank you.

Re: Problems after upgrading to dbexpoda6

Posted: Wed 05 Jun 2013 10:59
by AlexP
Hello,

This message means that this field cannot be empty (this is defined automatically by presence of correspondent Constraints for the field). To avoid this message, you should set the required property of such field to False