I get this databse error msg when i call the dw.update() method to the Sybase database I am connected to:<br><br>Stored procedure 'dent_x_to_clinical' may be run only in chained transaction mode. The 'SET CHAINED ON' command will cause the current session to use chained transaction mode.<br><br>No changes made to database.<br><br>...it says no changes made, but it actually does update the database, but that error message is annoying. Is there anything to be done from within powerbuilder or is this a problem where I am have to go into the Sybase Database itself and type in "SET CHAINED ON" somewhere?