|
Pre 6.1 you would use this sql after the insert:
Exec SQL
values IDENTITY_VAL_LOCAL() into :EVTRANDID;
With 6.1 you can use:
Exec Sql
Select messageId
Into :logId
From Final Table (
Insert-Statement);
We had a problem with this. Our CMS system (Turnover) does a
save/restore on the program to move it to production. During the
restore to production something is lost, and the code then fails.
As far as I know this has not been fixed.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.