Subject | Re: [firebird-support] Re: Inserting 100's of thousands from a SP |
---|---|
Author | buppcpp@yahoo.com |
Post date | 2005-07-11T10:22:16Z |
>That's you just not undertsnding your database design, it's not a fault of
> I actually think it would be a bad thing for SPs to support such a
> feature. I mean imagine if you thought you could rollback your
> transaction, but one of the SPs you relied on had committed it.
the database.
>The next query you tried to run would fail because there was no transactionSQL Server supports it, and after you do a commit or rollback, it
> to be run. You would also lose your "snapshot" of the database.
automatically starts you with a new (implicit) transaction.
So I still don't see a problem with commits in SP.
Thanks
Bupp