RunSQL method

Runs the specified SQL script.

You can use this method to run simple or complex SQL scripts, from inserting or updating a record to creating and deleting tables and views.

We recommend that you test your SQL script before running it in a production environment.

Parameters

Sql. Specifies the SQL script to run.

Return value

None