Subject Re: stored procedures
Author dvanatta
--- In firebird-support@yahoogroups.com, "Richard Pendered"
<rpendered@t...> wrote:
> Luis,
> When converting from MS SQL bear in mind that a MS SQL stored proc
can do
> transaction handling whereas FB/IB store procs do not. You will
probably
> require a whole bunch of the stored proc stuff moved from the DB
to the app
> as most MS SQL works through stored procs to provide the data
interface
> between your DB and you DB access layer.

Are there any plans to add transaction handling in stored procedures
or is there is philosophical reason not to have it?

Darin