While writing my application, I thought I'd be all clever and use stored procedures for some functions which might involve a lot of records. While some of these are reading only (returning total fields), others update data.
It has just occured to me that the NetTiers TransactionManager might not be able to roll back any changes that were made in a stored procedure. Is this the case? Or is NetTiers smart enough to deal with that too?
Thanks.