Procedure SQLExecute
Call: | Send SQLExecute |
Call SQLExecute to execute a prepared SQL query.
Call the Function with the same name: SQLExecute, to use it with a result set.
Send SQLPrepare of ghoSQLExecutor @SQL"UPDATE Customer SET NAME = 'Thomas Hardy', City = 'London' WHERE Customer_Number = 1" // Test for errors If (not(Err)) Begin // Execute the query Send SQLExecute of ghoSQLExecutor End