I am using ADO to connect to a SQL Server 7.0 database. If I perform the following actions I get a "Catastrophic Error" after the AddNew method.

1. Open a recordset (created using the Data Environment control) specifying Server-Side cursors
2. Use a BEGINTRANS method on the ADO connection for the recordset
3. Try to use the ADDNEW method on the recordset

If I use Client side cursors, I don't have a problem. Can anyone help?