v5:database:pdo_new
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:database:pdo_new [2022/03/20 20:10] – [ODBC] mnewnham | v5:database:pdo_new [2023/01/24 04:00] (current) – mnewnham | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== PDO ====== | + | ====== PDO (new) ====== |
| + | <WRAP important> | ||
| + | This is still [[https:// | ||
| + | Feedback is welcome, just add your comments in the pull request. | ||
| + | </ | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| <WRAP right box round 300px> | <WRAP right box round 300px> | ||
| Line 14: | Line 19: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | This driver supports connections using the standardized [[http:// | + | This driver supports connections using the standardized [[http:// |
| Except for the '' | Except for the '' | ||
| Line 125: | Line 130: | ||
| * This driver requires the installation of the IBM DB2 client | * This driver requires the installation of the IBM DB2 client | ||
| + | * See the [[v5: | ||
| ------------------------------------------------------- | ------------------------------------------------------- | ||
| Line 132: | Line 138: | ||
| $db = ADOnewConnection(' | $db = ADOnewConnection(' | ||
| - | $dsn = ' | + | $dsn = ' |
| $dsn.= ' | $dsn.= ' | ||
| $user = ''; | $user = ''; | ||
| Line 193: | Line 199: | ||
| * It is useful for reading and simple writes to data sources such as Microsoft Access, Excel and Google Sheets | * It is useful for reading and simple writes to data sources such as Microsoft Access, Excel and Google Sheets | ||
| * There is no support for Data Dictionary functions or database specific items such as sequences. | * There is no support for Data Dictionary functions or database specific items such as sequences. | ||
| - | * | + | |
| ------------------------------------------------------- | ------------------------------------------------------- | ||
| === Sample Connection String === | === Sample Connection String === | ||
v5/database/pdo_new.1647803409.txt.gz · Last modified: by mnewnham
