executeSQL

executeSQL(sql: String);

The executeSQL method of the ExternalDatabase class directly executes the SQL statement specified in the sql parameter. As this method does not return any data, it is not suitable for data retrieval operations.

Use this method to perform searched updates or call stored procedures that do not return a result set. If the SQL statement is invalid, an ODBC exception containing driver or data-source diagnostics is raised.