Hello
Help me how use Uniquery CashUpdate mode identity field FB3?
Create Table
id identity
name
Uniquery.sql = select * from table
generate all sql
Uniquery DMLRefresh =True
Uniquery.fields id reuqered = false
Uniquery.KeyField =ID
After ApplyUpdate i got error id value "null" etc
How use Uniquery CashUpdate mode identity field FB3?
Re: How use Uniquery CashUpdate mode identity field FB3?
To solve the problem, please set TUniQuert.SQLInsert.Text in an empty string. For example:
Code: Select all
UniQuery.SQLInsert.Text := '';
Re: How use Uniquery CashUpdate mode identity field FB3?
Thank you for your replyViktorV wrote:To solve the problem, please set TUniQuert.SQLInsert.Text in an empty string. For example:Code: Select all
UniQuery.SQLInsert.Text := '';
I will try
Re: How use Uniquery CashUpdate mode identity field FB3?
If you have any questions during using our products, please don't hesitate to contact us - and we will try to help you solve them.