Page 1 of 1

How use Uniquery CashUpdate mode identity field FB3?

Posted: Sat 17 Dec 2016 17:08
by mrUlugbek
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

Re: How use Uniquery CashUpdate mode identity field FB3?

Posted: Mon 19 Dec 2016 10:26
by ViktorV
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?

Posted: Thu 22 Dec 2016 07:04
by mrUlugbek
ViktorV wrote:To solve the problem, please set TUniQuert.SQLInsert.Text in an empty string. For example:

Code: Select all

  UniQuery.SQLInsert.Text := '';
Thank you for your reply
I will try

Re: How use Uniquery CashUpdate mode identity field FB3?

Posted: Tue 27 Dec 2016 07:06
by ViktorV
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.