Subject | Re: [IBO] Does fetch auto inc. field in insert |
---|---|
Author | Jason Wharton |
Post date | 2001-08-08T16:00:44Z |
Your trigger should not interfere with what the client is doing when
inserting into a buffered dataset (which knows nothing about what the server
does in triggers).
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
inserting into a buffered dataset (which knows nothing about what the server
does in triggers).
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Marcel" <ibobjects@...>
To: <IBObjects@yahoogroups.com>
Sent: Sunday, August 05, 2001 10:48 AM
Subject: [IBO] Does fetch auto inc. field in insert
> [D5Ent, IBO_4_2_D]
>
> I use triger+generator to generate serial no. for primary key field. After
> insert, the grid dosn't up the auto inc. field value. This prevent me from
> edit the record immediately.
>
> /marcel