No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

odbc_pconnect

(PHP 4, PHP 5, PHP 7)

odbc_pconnectOpen a persistent database connection

Description

odbc_pconnect ( string $dsn , string $user , string $password [, int $cursor_type ] ) : resource

Opens a persistent database connection.

This function is much like odbc_connect(), 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() and odbc_pconnect()) can reuse the persistent connection.

PHP: odbc_pconnect - Manual Home of Manuel PHP  Contents Haut

Return Values

Returns an ODBC connection id or 0 (FALSE) on error.

PHP: odbc_pconnect - Manual Home of Manuel PHP  Contents Haut

Notes

Note: Persistent connections have no effect if PHP is used as a CGI program.

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph