Executes the SQL statement supplied by SetSQLStatement against the CA Harvest SCM database.
object.Execute()
CaWSQL
None
A long - Zero if success. Nonzero if failure.
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. |
|