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