Query: odbc_pconnect
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ODBC_PCONNECT(3) 1 ODBC_PCONNECT(3) odbc_pconnect - Open a persistent database connectionSYNOPSISresource odbc_pconnect (string $dsn, string $user, string $password, [int $cursor_type])DESCRIPTIONOpens a persistent database connection. This function is much like odbc_connect(3), except that the connection is not really closed when the script has finished. Future requests for a connection with the same $dsn, $user, $password combination (via odbc_connect(3) and odbc_pconnect(3)) can reuse the persistent con- nection.PARAMETERSSee odbc_connect(3) for details.RETURN VALUESReturns an ODBC connection id or 0 ( FALSE) on error.NOTESNote Persistent connections have no effect if PHP is used as a CGI program.SEE ALSOodbc_connect(3), Persistent Database Connections. PHP Documentation Group ODBC_PCONNECT(3)
| Related Man Pages |
|---|
| odbc_connect(3) - php |
| pg_pconnect(3) - php |
| db2_close(3) - php |
| fbsql_pconnect(3) - php |
| pg_close(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Simple rules of the UNIX.COM forums: |
| User Guide: Posting in the Emergency Forum |
| UNIX.COM 2017 Year End Summary |
| Denial Of Service Attack Update |