...
Note | ||
---|---|---|
| ||
Failovers can be triggered by all errors that occur while connecting to the database or executing commands, not exclusively due to connection problems. Please refer to Notes section on the Database Functions page for details on allowed database data type. |
sqlPrepSelect
The sqlPrepSelect
function is used when selecting data from database tables.
...
Anchor | ||||
---|---|---|---|---|
|
sqlPrepDynamicSelect
The sqlPrepDynamicSelect
function is used when selecting data from database tables with dynamically created SQL statements.
...
Info | ||
---|---|---|
| ||
|
sqlPrepUpdate
The sqlPrepUpdate
function is used when updating or inserting data into a database table.
...