DA releasing connection after each request
Hello Zopistas, I'm programming an database adapter that should release its database connection after each request. How can I implement a method that gets called at the end of the request? Greets Florian Reiser -- NEU: Bis zu 10 GB Speicher f�r e-mails & Dateien! 1 GB bereits bei GMX FreeMail http://www.gmx.net/de/go/mail
Florian Reiser wrote at 2004-8-25 10:02 +0200:
I'm programming an database adapter that should release its database connection after each request.
How can I implement a method that gets called at the end of the request?
You can close the connection after the "commit/abort" call. -- Dieter
Thank you, Dieter. I've tried it and it worked in the first run. Greets Florian
Florian Reiser wrote at 2004-8-25 10:02 +0200:
I'm programming an database adapter that should release its database connection after each request.
How can I implement a method that gets called at the end of the request?
You can close the connection after the "commit/abort" call.
-- Dieter
-- NEU: Bis zu 10 GB Speicher f�r e-mails & Dateien! 1 GB bereits bei GMX FreeMail http://www.gmx.net/de/go/mail
participants (2)
-
Dieter Maurer -
Florian Reiser