Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sqlca.get_save_identity() and sqlca.select_identity() help

Status
Not open for further replies.

kidmar

Programmer
Mar 2, 2006
17
IT
Hi.
I'm using PB9 with asa db ver 7.0
I need to use these 2 function of the transaction object, but can't find em in the help file.
does the select_identity() retrieve the last identity inserted by the transaction object or the global asa db variable @@identity?
how does the get_save_identity() work? how to call it?
I can't find any information in google.
can someone help me?
thank you.
marco
 
Hi,
the reason you can't find these functions in the help is because they are not part of the basic transation object...
you will have to find which descendant transaction object is associated with SQLCA (app object properties, additional properties button, variable types tab)
find and open this object to see the code behind the functions.
Paste the code here and we should be able to help you more.

David.

:)
David
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top