My dear , when you insert a record with Unitable on a table with primarykey , I got the following error: Field ID must have the value .
In IBTable I can tell IndexDefs , Name = ' pk_table '
Fields = ' FD_ID '
Options = [ ixUnique ]
How to do it with UniTable ?
Thankful since already .
UniTable return error must have the value
Re: UniTable return error must have the value
Hello,
To resolve the issue, you should set the UniQuery1.Options.RequiredFields property to False. In addition, if you have created persistent fields, then set the Required property of the need field to False
To resolve the issue, you should set the UniQuery1.Options.RequiredFields property to False. In addition, if you have created persistent fields, then set the Required property of the need field to False
Re: UniTable return error must have the value
Thanks for the help , I will test and return to tell if it worked.
Re: UniTable return error must have the value
If this solution doesn't help, please contact us again.
Re: UniTable return error must have the value
Hello,
Based on what informed me , I researched the component and decided as follows:
TUniTable > UniTable Editor > Options
> Provider: Interbase ;
GeneratorMode = gmInsert
KeyGenerator = ID_MY_TABLE
It worked perfectly.
Thank you very much for your support.
Based on what informed me , I researched the component and decided as follows:
TUniTable > UniTable Editor > Options
> Provider: Interbase ;
GeneratorMode = gmInsert
KeyGenerator = ID_MY_TABLE
It worked perfectly.
Thank you very much for your support.
Re: UniTable return error must have the value
Glad to see that you have found the solution. If you have any other questions, feel free to contact us.