Seems to fail with the handling at least on windows. Not sure how many now currently use ADO on windows.
Code such as
` // Okay, the hardest is ADO (Windows only, by the way.)
if (!is_resource($result) && is_object($result))
{
if ($result->EOF)
return false;
Convertors for MySQLI
Seems to fail with the handling at least on windows. Not sure how many now currently use ADO on windows.
Code such as ` // Okay, the hardest is ADO (Windows only, by the way.) if (!is_resource($result) && is_object($result)) { if ($result->EOF) return false;
`