Database
Here are the commands for working with databases.
SQL Close | The command closes the connection to the SQL server. |
SQL Connection | The command establishes a connection to the SQL server. |
SQL Exec | The command executes SQL statements. |
SQL Query | The command executes the SQL query and stores the received data into a variable. |
SQL Row | The command executes an SQL query and stores the first record in a variable. |
SQL Value | The command executes an SQL query and stores the column value in a variable. |