DuckDB Plugin for Xojo

Connection.SQLSelect Method

Executes SQL query, returning the result as EinhugurDuckDB.Recordset or nil.

SQLSelect(
   sql as String) as EinhugurDuckDB.Recordset

Parameters

sql
The SQL to be executed.

Returns

EinhugurDuckDB.Recordset
The result recordset or nil if there was error.

Remarks

If error occurs then the function will return nil and the error properties will leave clues.

See Also

Connection Class