Skip to main content
Version: 25.2

add records

Database Command (new in 1.63)

Adds one or more records to a database table.

Example:

set newPet to {name:"Fido", owner:"Mary", species:"dog"}
add record newPet to pets

Related terms in the SenseTalk Dictionary.