|
From: Oleg B. <ph...@ph...> - 2005-08-30 13:49:53
|
On Tue, Aug 30, 2005 at 05:05:12AM -0700, alejo alejo wrote:
> trans.begin()
You've already created the transaction, you don't need to explicitly
begin it.
[skip]
> trans.commit()
> trans.begin()
And you don't need to begin it after a commit - only after a rollback.
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|