| PHP3 Manual | ||
|---|---|---|
| Prev | Next | |
odbc_connect -- Connect to a datasource
Returns an ODBC connection id or 0 (false) on error.
The connection id returned by this functions is needed by other ODBC functions. You can have multiple connections open at once. For persistent connections see odbc_pconnect().
| Prev | Home | Next |
| odbc_commit | Up | odbc_cursor |