Quantcast
Channel: SCN: Message List - PowerBuilder Developer Center
Viewing all articles
Browse latest Browse all 7329

Re: How to copy transaction object

$
0
0

Hi Kent;

 

  Matt's suggestion and example works - but, its the hard way. Instead, use the GetTrans ( ) method as another alternative.

 

For example:

 

transaction emp_TransObj

emp_TransObj = CREATE transaction

....

dw_employee.SetTrans(SQLCA)

dw_employee.GetTrans(emp_TransObj)   // Fill from SQLCA.

 

 

HTH

Regards ... Chris


Viewing all articles
Browse latest Browse all 7329

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>