Hi,
I have been working on an XS application and I have a scenario in which
I have to run an update query on a table followed by an alter query.
I want to keep the results only when both the queries run successfully.
If any query fails, rollback to the original state.
To achieve this, I think savepoint support is needed.
Please let me know how can it be done.
Thanks,
Praveen S