Executes a fully qualified raw SQL statement through the class. Can be used for any backend data command using either VFP syntax or SQLExec() style SQL commands.
o.execute(lcSQL)
Return Value
Record count or 0. Check lError for any hard errors.
Parameters
lcSQL
Raw SQL command to be executed by the data engine. This can be any command the backend will understand. For VFP data this means any VFP command that can be macro'd. For SQL Server any Transact SQL command.
See also:
Class wwbusiness