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/09/21 14:34] – [Usage] fix code sample dregad | 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 '' |
v5/reference/connection/connect.1474461267.txt.gz · Last modified: 2017/04/21 11:36 (external edit)