Has anyone used the 'Unique Table' dynamic property of the ADO RecordSet?Has anyone used the 'Unique Table' dynamic property of the ADO RecordSet?Has anyone used the 'Unique Table'dynamic property of the ADO RecordSet?
Has anyone used the 'Unique Table' dynamic property of the ADO RecordSet?
I intend to append record to one base table of the 2 join tables. I issued
the following statement in the AfterOpen event of the dataset:
ADODataSet1.Recordset.Properties['Unique
Table'].Value:='name_of_one_table';
However, this does not work at all. At run-time it still tries to insert
records into another table.
Who can give me any advice? Thank you!
BTW: I use SQL2000 on Win98, and Delphi 5.