Retrieves the results from the execution of the SQL statement.
object.GetSQLResult(strSQL)
CaWSQL
strSQL - The SQL statement.
A CaWContainer object - Results
Example
Dim objSQL Set objSQL = objContext.GetSQL() objSQL.SetSQLStatement(“Select * from HARUSER”) objSQL.Execute(); CaContainer sqldata = rSQL.GetSQLResult(); Set objContainer = objSQL.GetSQLResult();
More information:
| Copyright © 2013 CA. All rights reserved. |
|