Frank Schimmelpfennig wrote : >is there anyone who can tell me if there are any plans to allow commit statements in >stored procedures? If >this is the case when do you plan to implemt such a feature?
There are no plans to allow transaction end (commit/rollback) in db-procedures. We still don't see it as a reasonable feature because the caller may not be aware of the fact, that a db-procedure call commits his transaction or even subtransaction. From our point of view a call of a procedure should behave as every other sql statement, i.e. it should be possible to rollback the changes made by the call. Regards, Thomas -- Thomas Anhaus SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
