FYI Sybase had a similar issue, and old Sybase drivers did not do the automatic rollback that AS expected. Automatic rollback is in the newer Sybase drivers, however (if you're using 1.01 or so, on either 2.3.3 or 3. x, you're fine). Anyone implementing a DB driver should make sure a rollback is issued on closing a DB connection when a transaction is open.
On Thursday, October 4, 2001, at 10:44 AM, Jim Wilcoxson wrote: > - does "rollback work" statements when a handle is released/acquired. > > This last item is important with Solid,
