Re: Transactin and Rollback.



Why do you think that Rollback not affected insert in first table? Do you
decided though after inspection of data in db or you expected to see
rollback results in dsetStocKDoc itself? If later then you should understand
that ADO DataSet by default is in memory copy of actual DB data. Thus since
post have completed successfully newly inserted record will stay in ADO
DataSet till next requery of ADO DataSet.


.