wwsql::ExecuteNonQuery

Executes a SQL statement that doesn't return a cursor result. This method is more efficient than Execute when dealing with INSERT/UPDATE and Stored procedures that do not return data.

For wwAdoSql this method is required for calling Stored Procedures that don't return cursors and have OUT parameters. If you use Execute instead of ExecuteNonQuery() the OUT parameter will not be returned.

o.wwsql.ExecuteNonQuery(lcSQL)

.T. or .F. You can look at nAffectedRecords

Parameters

lcSQL
A SQL command that doesn't return data

See also

Class wwsql

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic