English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The odbc_connect() function connects to the data source.
resource odbc_connect ( string $dsn , string $user , string $password [, int $cursor_type ] )
Used to connect to the odbc data source
Returns an ODBC connection on success, otherwise returns false.
Serial number | Parameters and descriptions |
---|---|
1 | dsn It contains information about the database source name of the connection |
2 | user It contains information about the user |
3 | password It contains information about the password |
4 | cursor_type It sets the cursor type used for ODBC connections |