odbc_connect()函數(shù)連接到數(shù)據(jù)源。
resource odbc_connect ( string $dsn , string $user , string $password [, int $cursor_type ] )
用于連接odbc數(shù)據(jù)源
成功時(shí)返回ODBC連接,否則返回false。
序號(hào) | 參數(shù)和說明 |
---|---|
1 | dsn 它包含有關(guān)連接的數(shù)據(jù)庫源名稱的信息 |
2 | user 它包含有關(guān)用戶的信息 |
3 | password 它包含有關(guān)密碼的信息 |
4 | cursor_type 它設(shè)置用于ODBC連接的游標(biāo)類型 |