The query SQL: select * from T1, T2
ClientDataSet. ApplyUpdates (0) update will fail, but I just want to update to the T1
To solve the
CodePudding user response:
Don't make, if you don't support custom update, multi-table update problems, because the associated table contains, in May will be changeSo if you want to use more table update, it is best that can write their own update statement, such as UniDac UpdateSql of that kind
CodePudding user response:
If the update sheet, I need now,CodePudding user response:
This is a problem:SOL from two tables, read data, update the data of a table, only
It is recommended to use the UpDate statement:
The UpDate T1 set field 1=0, field 2=' 'where ID=' + # 39 + ID + # 39 '
Only updates listed T1 field,
CodePudding user response: