Nexial Automation

Test Automation Platform for everyone!

X

localdb » runSQLs(var,sqls)

Description

This command executes one or many SQL statements on the embedded database. Nexial internally uses the same code as with RDMBS » runSQLs(var,db,sqls). Hence these commands behave very similar to each other. See RDMBS » runSQLs(var,db,sqls) and Working with Execution Result for more details.

Parameters

  • var - the data variable to store result(s) of sqls
  • sqls - one or more SQL statements to execute.

Example

See Also