- 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::ImportStatement::Execute Function
/documentation/pages/Ref/Api/Namespace/SQL/ImportStatement/Execute Method.xml
Execute the current statement using the current or passed 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.
- 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.
- 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::Query::Validate Function
/documentation/pages/Ref/Api/Namespace/SQL/Query/Validate Method.xml
Execute the current statement using the current or passed connection.
- SQL::Query::Format Function
/documentation/pages/Ref/Api/Namespace/SQL/Query/Format Method.xml
Format the original source (by default, lines are broken at significant keywords)..
- Execute INSERT Query on a SQL Database
/documentation/pages/Guides/Desktop/Design/Data/SQL/Execute INSERT Query on a SQL Database.xml
The Execute INSERT Query on a SQL Database action allows you to insert one or more records into a remote SQL database. Alpha Anywhere will use AlphaDAO (Alpha Data Access Objects) to connect to the remote database.