odbc_pconnect(3) php man page | unix.com

Man Page: odbc_pconnect

Operating Environment: php

Section: 3

ODBC_PCONNECT(3)							 1							  ODBC_PCONNECT(3)

odbc_pconnect - Open a persistent database connection

SYNOPSIS
resource odbc_pconnect (string $dsn, string $user, string $password, [int $cursor_type])
DESCRIPTION
Opens 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.
PARAMETERS
See odbc_connect(3) for details.
RETURN VALUES
Returns an ODBC connection id or 0 ( FALSE) on error.
NOTES
Note Persistent connections have no effect if PHP is used as a CGI program.
SEE ALSO
odbc_connect(3), Persistent Database Connections. PHP Documentation Group ODBC_PCONNECT(3)
Related Man Pages
odbc_connect(3) - php
db2_close(3) - php
db2_pclose(3) - php
fbsql_pconnect(3) - php
ingres_pconnect(3) - php
Similar Topics in the Unix Linux Community
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Please Welcome Nicki Paul to the Moderator Team!