v5:reference:connection:adonewconnection
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:reference:connection:adonewconnection [2020/01/11 22:47] – [Table] mnewnham | v5:reference:connection:adonewconnection [2020/12/08 10:39] (current) – better use PHP string concatenation for example instead of javascript's ;-) peterdd | ||
|---|---|---|---|
| Line 44: | Line 44: | ||
| $driver = ' | $driver = ' | ||
| $DSN    = " | $DSN    = " | ||
| - | $db     = adoNewConnection($driver  | + | $db     = adoNewConnection($driver  | 
| /* | /* | ||
| * Now connected | * Now connected | ||
| Line 52: | Line 52: | ||
| The following additional parameter can be added to the DSN connection string. Some of the parameters only work with specific drivers. | The following additional parameter can be added to the DSN connection string. Some of the parameters only work with specific drivers. | ||
| - | ^ Code              ^ Driver  | + | ^ Code              ^ Driver  | 
| - | | new                | + | | new                | 
| - | | persist  | + | | persist  | 
| - | | persistent  | + | | persistent  | 
| - | | debug              | + | | debug              | 
| - | | role              | ibase              | string  | + | | port              | mysqli, postgres9  | 
| - | | dialect  | + | | socket  | 
| - | | charset  | + | | nls_date_format  | 
| - | | buffers  | + | | cachesecs  | 
| - | | fetchmode  | + | | memCache  | 
| - | | charpage  | + | | memCacheHost  | 
| - | | clientflags  | + | | memCachePort  | 
| - | | port              | mysqli, postgres9  | + | | memCacheCompress  | 
| - | | socket  | + | |
| - | | nls_date_format  | + | |
| - | | cachesecs  | + | |
| - | | memCache  | + | |
| - | | memCacheHost  | + | |
| - | | memCachePort  | + | |
| - | | memCacheCompress  | + | |
| ===== Error Codes ===== | ===== Error Codes ===== | ||
v5/reference/connection/adonewconnection.1578779273.txt.gz · Last modified:  by mnewnham
                
                