Retrieves the results from the execution of the SQL statement.
CaSQL
None
CaContainer-results
Example
CaSQL& rSQL= rContext.GetSQL(); rSQL.SetSQLStatement(“Select * from HARUSER”); rSQL.Execute(); CaContainer sqldata = rSQL.GetSQLResult();
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|