dark_mode EN
  • Method WOdbcDatasource :Execute
  • Parameters
    cSql

    SQL string to be executed

    nAffectedRows (by ref)

    Number of rows affected by the operation. This value is passed by reference and assigned by the method itself.

  • Return value
    lSuccess

    True if success

Executes a SQL statement on the database server.

SELECT statements must be executed using the Query method.

Previous chevron_left Next chevron_right