Subject | RE: [IBO] Added record |
---|---|
Author | Jason Wharton |
Post date | 2006-04-11T19:49:07Z |
You have to return it using a stored procedure as a singleton output
parameter.
You have to plug the EXECUTE PROCEDURE statement in the InsertSQL or EditSQL
property.
Jason Wharton
parameter.
You have to plug the EXECUTE PROCEDURE statement in the InsertSQL or EditSQL
property.
Jason Wharton
> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]On
> Behalf Of gerrwes
> Sent: Tuesday, April 11, 2006 12:36 PM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Added record
>
>
> Hi,
>
> Could someone please help me with the following (using TIBOQuery):
>
> How do I scroll to the added record after the user has committed a
> transaction when the primary key of the table is generated by
> a trigger?
>
> How do I get the primary key back of an added record when the primary
> key is generated by a trigger?
>
> Thanks,
>
> Gerhard
>