|
odbc_data_sourceReturns information about available DSNs Description
arraynullfalse odbc_data_source(resource
$odbc , int $fetch_type )This function will return the list of available DSN (after calling it several times). Parameters
Return Values
Returns ExamplesExample #1 List available DSNs
The above example will output something similar to: Array ( [server] => dsn [description] => ODBC Driver 17 for SQL Server ) Array ( [server] => other_dsn [description] => Microsoft Access Driver (*.mdb, *.accdb) ) |