Hi, I am facing a problem. I have an application that runs on Apache web server and this application is connected to an SQL Server database. The problem is that when I do some updates directly to the database, these updated are not reflected in the application until I restart the Apache web server. Is there any other solution to reflect the updates without restarting Apache? I have an ASP.NET with C# that accesses the database and performs updates to the database. Is there any C# code to reflect the updates without restarting the Apache? or even an SQL code? By the way, the server has Apache and IIS. Thank you, John