The odbc_close() function is used to close an ODBC connection.
odbc_close($conn); |
An ODBC Example
The following example shows how to first create a database connection, then a result-set, and then display the data in an HTML table.
<> |
The odbc_close() function is used to close an ODBC connection.
odbc_close($conn); |
The following example shows how to first create a database connection, then a result-set, and then display the data in an HTML table.
<> |