I have an application client/server.
The structure is:
ApplicationServer ->
OracleDataSet (DOA 3.4.6.4) +
DataSetProvider
Client ->
ClientDataSet +
DataSource
In the case of Master/Detail there is :
-1 DOA Master
-1 DOA Detail
-1 DataSetProvider linked to DOA Master e with option EnablecascadeDelete and EnableCascedeupdate to true
-1 ClientDataSet for the master
-1 ClientDataSet for the detail linked to the DatasetField of Master.
When I execute an APPLYUPDATE the ID of the Master does't appear in sql of the Master DOA. The DBase return an error.
This situation don't appear if the Master ClientDataSet is empty.
I have to set a particular property in the DOA components?
The DOA are suitable for this structure??
I hope yes. How to do ??
Thank you
Marco Cervati
The structure is:
ApplicationServer ->
OracleDataSet (DOA 3.4.6.4) +
DataSetProvider
Client ->
ClientDataSet +
DataSource
In the case of Master/Detail there is :
-1 DOA Master
-1 DOA Detail
-1 DataSetProvider linked to DOA Master e with option EnablecascadeDelete and EnableCascedeupdate to true
-1 ClientDataSet for the master
-1 ClientDataSet for the detail linked to the DatasetField of Master.
When I execute an APPLYUPDATE the ID of the Master does't appear in sql of the Master DOA. The DBase return an error.
This situation don't appear if the Master ClientDataSet is empty.
I have to set a particular property in the DOA components?
The DOA are suitable for this structure??
I hope yes. How to do ??
Thank you
Marco Cervati