PHP 8.5.0 Alpha 4 available for testing

Voting

: one plus six?
(Example: nine)

The Note You're Voting On

wls at wwco dot com
24 years ago
I found that using odbc_close($odbchandle) on a connection opened by odbc_pconnect() causes a warning "not a valid ODBC-Link resource". So you can't just change odbc_connect() to odbc_pconnect() and expect things to work without warning messages. However, you can use odbc_close_all() and not get a warning.

<< Back to user notes page

To Top