SQL::ImportStatement::Execute Function
/documentation/pages/Ref/Api/Namespace/SQL/ImportStatement/Execute Method.xml
Execute the current statement using the current or passed connection.
SQL::Connection Execute Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/Execute Method.xml
Execute a SQL statement on the connection.
SQL::Statement::Execute Function
/documentation/pages/Ref/Api/Namespace/SQL/Statement/Execute Method.xml
Execute the current statement using the current or passed connection. Optionally providing argument values as an object or as XML.
SQL::InsertStatement::Execute Function
/documentation/pages/Ref/Api/Namespace/SQL/InsertStatement/Execute Method.xml
Execute the current statement using the current or passed connection.
SQL::Query::Execute Function
/documentation/pages/Ref/Api/Namespace/SQL/Query/Execute Method.xml
Execute the current statement using the current or passed connection. Optionally providing argument values as an object or as XML. Note: Argument values are merged with those already set on the query.
SQL::UpdateStatement::Execute Function
/documentation/pages/Ref/Api/Namespace/SQL/UpdateStatement/Execute Method.xml
Execute the current statement using the current or passed connection. Optionally providing argument values as an object or as XML.
SQL::DeleteStatement::Execute Function
/documentation/pages/Ref/Api/Namespace/SQL/DeleteStatement/Execute Method.xml
Execute the current statement using the current or passed connection. Optionally providing argument values as an object or as XML.
SQL::ImportStatement::ExecuteWithEvents Function
/documentation/pages/Ref/Api/Namespace/SQL/ImportStatement/ExecuteWithEvents Method.xml
Execute the current statement using the current or passed connection handling events with the script provided.
SQL::Connection GenerateDeleteStatement Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/GenerateDeleteStatement Method.xml
Generate a SQL Delete statement for the table passed in.
Execute SELECT Query on a SQL Database
/documentation/pages/Guides/Desktop/Design/Data/SQL/Execute SELECT Query on a SQL Database.xml
The Execute SELECT Query on a SQL Database action allows you to execute a SQL SELECT statement (a query) on a remote SQL database (or Excel spreadsheet) to retrieve one or more record(s). Alpha Anywhere will use AlphaDAO (Alpha Data Access Objects) to connect to the remote database.