Sets the SQL text to execute in the CA Harvest SCM database.
CaSQL
LPCTSTR szSQLStr-the SQL statement
None
Example
CaSQL& rSQL= rContext.GetSQL(); rSQL.SetSQLStatement(“Select * from HARUSER”); rSQL.Execute();
More information:
| Copyright © 2013 CA. All rights reserved. |
|