v5:reference:connection:prepare
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:reference:connection:prepare [2016/11/02 12:42] – [prepare] fix broken link for prepareSp dregad | v5:reference:connection:prepare [2019/08/09 15:42] (current) – [Usage] Fix execute call per https://github.com/ADOdb/ADOdb/issues/543 dregad | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| <WRAP info> | <WRAP info> | ||
| - | Support for this function is limited. See the feature compatibility matrix | + | Support for this function is limited. See the [[v5: |
| </ | </ | ||
| <WRAP right box 250px> | <WRAP right box 250px> | ||
| Line 25: | Line 25: | ||
| <code php> | <code php> | ||
| /* | /* | ||
| - | * Connection to Oracle database | + | * Connection to Oracle database |
| */ | */ | ||
| Line 33: | Line 33: | ||
| /* | /* | ||
| - | * Send an array to execute | + | * Execute the prepared statement |
| */ | */ | ||
| - | $result = $db-> | + | $result = $db-> |
| </ | </ | ||
| For compatibility purposes, if the database does not support prepared statements, the SQL statement is returned into the '' | For compatibility purposes, if the database does not support prepared statements, the SQL statement is returned into the '' | ||
v5/reference/connection/prepare.1478086943.txt.gz · Last modified: (external edit)
