Executing SQL statements

The SQL statements to execute must be placed in a text field in a window. This will typically be a hidden field, unless you want the user to be able to see or edit the statements. Use the SQL_Execute() function to execute the SQL statements. After the statements are executed, use the SQL_GetError() function to find out whether any errors occurred.


Documentation Feedback