v5:reference:connection:connect
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:reference:connection:connect [2016/01/16 23:07] – ↷ Page moved from v5:reference:connect to v5:reference:connection:connect mnewnham | v5:reference:connection:connect [2023/05/07 10:37] (current) – Better return value description (boolean, not mixed) dregad | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| [[v5: | [[v5: | ||
| == Syntax == | == Syntax == | ||
| - | mixed connect( | + | bool connect( |
| | | ||
| | | ||
| Line 15: | Line 15: | ||
| </ | </ | ||
| ===== Description ===== | ===== Description ===== | ||
| - | The essential function '' | + | |
| - | ------------------------------------- | + | The essential function '' |
| + | |||
| + | Since ADOdb 5.21,0, some database drivers support the use of [[v5: | ||
| + | |||
| + | The traditional description of the connection parameters is as follows: | ||
| ^ Parameter 1 ^ Parameter 2 ^ Parameter 3 ^ Parameter 4 ^ | ^ Parameter 1 ^ Parameter 2 ^ Parameter 3 ^ Parameter 4 ^ | ||
| | $hostName | | $hostName | ||
| Line 22: | Line 27: | ||
| However the actual values of the parameters for some databases are such that the actual requirements can be confusing. See the [[v5: | However the actual values of the parameters for some databases are such that the actual requirements can be confusing. See the [[v5: | ||
| - | If the connection is made, $db becomes a database connection object that can be used until the script ends. If the connection | + | If the connection is made, $db becomes a database connection object that can be used until the script ends. |
| + | |||
| + | === Return value === | ||
| + | |||
| + | The method returns //true// if the connection | ||
| To debug the connection, set the value '' | To debug the connection, set the value '' | ||
| Line 30: | Line 39: | ||
| /* | /* | ||
| | | ||
| - | */ | + | */ |
| include ' | include ' | ||
| /* | /* | ||
| Line 40: | Line 49: | ||
| * Make a connection to a database on the local machine | * Make a connection to a database on the local machine | ||
| */ | */ | ||
| - | $db-> | + | $db-> |
| - | /* | ||
| - | | ||
| - | */ | ||
| </ | </ | ||
v5/reference/connection/connect.1452982027.txt.gz · Last modified: (external edit)
