|
Posted by Ivαn Sαnchez Ortega on 06/12/07 00:16
teser3@hotmail.com wrote:
> I have been using something similiar to below for inserting data into
> Oracle 9i using PHP but forgot to use the OCILogoff() method to logoff
> and was wondering what issues might occur with the Database
> connection?
By default, PHP closes all resources when your script finishes running. That
means that all files are closed, and all database connections are
terminated, even if you didn't program the termination explicitly.
--
----------------------------------
IvΓ‘n SΓ‘nchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-
http://acm.asoc.fi.upm.es/~mr/ ; http://acm.asoc.fi.upm.es/~ivan/
MSN:i_eat_s_p_a_m_for_breakfast@hotmail.com
Jabber:ivansanchez@jabber.org ; ivansanchez@kdetalk.net
Navigation:
[Reply to this message]
|