Smartclient v8.2p_2012-04-13/PowerEdition
I'm using SqlDatasource's API in a class which will be exposed as a Web Service (which will be called by a third party - non smartclient - application).
So I'm in a "Standalone DataSource" use case.
Is it possible to join transactions? I'm doing a couple of updates on different datasources and it doesn't rollback the first update if the second update goes wrong.
I'm using SqlDatasource's API in a class which will be exposed as a Web Service (which will be called by a third party - non smartclient - application).
So I'm in a "Standalone DataSource" use case.
Is it possible to join transactions? I'm doing a couple of updates on different datasources and it doesn't rollback the first update if the second update goes wrong.
Comment