dark_mode EN
  • Method WSqliteQuery :SqlInsert
  • Parameters
    hRecord

    Hash with fields and values of the new record

    cTable (optional)

    Table name

  • Return value
    cSql

    SQL string

Create the SQL statement to add a record to a specific table. It uses the hash obtained through the Record method as its first parameter. The second parameter is the name of the table into which you want to insert the record.

Previous chevron_left Next chevron_right