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 © 2013 CA. All rights reserved. |
|