DuckDB Plugin for Xojo

Connection.SQLExecute Method

Executes SQL query without returning result.

SQLExecute(
   sql as String)

Parameters

sql
The SQL to be executed.

Remarks

You can check for errors after executing by reading the Error properties of this class.

See Also

Connection Class