Hi,
I have a problem with my site. My application can use either oracle or mssql database.
My problem is the following:
my application can connect to the database without problem. If I stop and restart the database, the connection is lost and there is no way reconnect to the database. I'm obliged to stop and restart the web server.
I'd like not to be forced to restart my web server when the database is restarted.
Can any one know how to correct this problem?
I connect to oracle with oci8 extension, and to mssql with mssql extension.
I use adodb as abstraction db layer.
I use IIS 5.1 or apache 1.3 as web server.
OS: win XP
Thanks.