I have looked at the comment there, even before I send message to the list.
But I'm still wondering how can I disconnect from the Oracle db then? is it
actually doing anything?
When I developed our own API using ora_*, I never called ora_logoff at the
end of every session, because ora_logoff d
Hi,
It seems to me that OCILogOff does not return anything. Evenif I do
something like this:
$conn = OCILogOn("user", "passwd", "db");
$logoff = OCILogOff($conn);
$logoff is always empty. Does anyone know about this? any help?
Thanks.
Reuben D. Budiardja
--
PHP General Mailing List (http://
2 matches
Mail list logo