v5:userguide:portable_sql
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:userguide:portable_sql [2018/06/27 16:14] – start functions lowercase #430 dregad | v5:userguide:portable_sql [2020/12/30 21:32] (current) – [Prepare/Execute] fix obvious variable case typos peterdd | ||
|---|---|---|---|
| Line 126: | Line 126: | ||
| */ | */ | ||
| - | $sql = ' | + | $sql = ' |
| # generates ' | # generates ' | ||
| # or ' | # or ' | ||
| - | $stmt = $DB-> | + | $stmt = $db-> |
| - | $stmt = $DB-> | + | $stmt = $db-> |
| </ | </ | ||
| Line 174: | Line 174: | ||
| AGE N(16) DEFAULT 0 | AGE N(16) DEFAULT 0 | ||
| "; | "; | ||
| - | $sql1 = $datadict-> | + | $sql1 = $datadict-> |
| - | $sql2 = $datadict-> | + | $sql2 = $datadict-> |
| </ | </ | ||
v5/userguide/portable_sql.1530108869.txt.gz · Last modified: by dregad
