DOA 3.4.6.1
Delphi 7
Oracle 8.1.7.4.1
I am using many OracleDatasets in a datasnap server. I have a few datasets that are generating the wrong insert SQL. The select is 'SELECT A.*, ROWID FROM PUBDOC_CAT A
ORDER BY RANK' It returns 5 columns, no LOB type. We populate the key column with a number on the client. We populate 3 other columns, post, and applyupdates. The insert sql includes the three columns but not the key column. Anyone know why? The only event handler on the provider is the DataRequest event. This would not interfere with the insert.
Thanks
Delphi 7
Oracle 8.1.7.4.1
I am using many OracleDatasets in a datasnap server. I have a few datasets that are generating the wrong insert SQL. The select is 'SELECT A.*, ROWID FROM PUBDOC_CAT A
ORDER BY RANK' It returns 5 columns, no LOB type. We populate the key column with a number on the client. We populate 3 other columns, post, and applyupdates. The insert sql includes the three columns but not the key column. Anyone know why? The only event handler on the provider is the DataRequest event. This would not interfere with the insert.
Thanks