Database.SQLExecute
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Database.ExecuteSQL as a replacement. |
Method
Used to execute an SQL command. Use this for commands that do not return any data, such as CREATE TABLE or INSERT. ExecuteString contains the SQL statement.
Notes
To avoid SQL Injection, be sure to use Prepared SQL Statements or Database.ExecuteSQL.
Sample Code
This code creates the Team table: