Subject | RE: [firebird-support] Returning values from INSERT |
---|---|
Author | Alan McDonald |
Post date | 2004-10-12T10:07:06Z |
>I don't know what IBX components do here...
> Nope - I am doing something wrong, and I don't know what I am
> doing wrong.
> Both the SP and the Query have the same (IBX) transaction object. The line
>
> SMSRecord.MsgID := IBQryInsertSMSMSGNO.AsInteger;
>
but just make a query which gets the gen value and open it.
The use the returned value to set your insert parameters for your other
queries.
Alan