dark_mode EN
  • Method WSqliteDatasource :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.

    nInsertID (by ref)

    Possible code generated in a table field that was configured as auto-incrementing. This value is passed by reference and assigned by the method itself. This data is only queried in INSERT operations.

  • 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