[GENERAL] Problems with transactions and sequences
uld somebody explain me what I'm doing wrong, or tell my how to do it instead? Any help would be greatly appreciated! -- Sune Nielsen [EMAIL PROTECTED] Student at Dept. of Computer Science Copenhagen University http://www.diku.dk ---(end of broadcast)
Re: [GENERAL] Problems with transactions and sequences
On Thu, 28 Aug 2003 20:24:43 +0530, [EMAIL PROTECTED] ("Shridhar Daithankar") wrote: >On 28 Aug 2003 at 14:35, Sune Nielsen wrote: >> INSERT INTO Users (name) VALUES ('JohnDoe'); >> SELECT CURRVAL('users_bid_seq'); >> >> This works p