v5:reference:connection:addq
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:reference:connection:addq [2017/05/17 19:06] – [Usage] mnewnham | v5:reference:connection:addq [2021/01/25 03:00] (current) – mnewnham | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| == Syntax == | == Syntax == | ||
| string addQ( | string addQ( | ||
| - | | + | |
| - | | + | |
| ) | ) | ||
| </ | </ | ||
| Line 22: | Line 21: | ||
| $SQL = " | $SQL = " | ||
| - | $result = $db->Execute($SQL); | + | $result = $db->execute($SQL); |
| /* | /* | ||
| Line 36: | Line 35: | ||
| $SQL = " | $SQL = " | ||
| - | $result = $db->Execute($SQL); | + | $result = $db->execute($SQL); |
| /* | /* | ||
| - | * Execution | + | * Execution |
| */ | */ | ||
| </ | </ | ||
v5/reference/connection/addq.1495040772.txt.gz · Last modified: by mnewnham
