Subject Re: [firebird-support] force disconnect and replace db in use
Author Issam Boughanmi
sorry for the lack of informations :

the firebird version is  2.5.8 embedded in windows 64 shared hosting
the web application is developped using asp.net core in c#

this database hosted on the net are exclusively used for read only  operations

i mean no configuration is done  but the users only view the data on the net with this database , no changes can be made


i want to be able to stop the embedded server and disconnect all the currrent connections in order to replace the database in use with newer version , 


this can be done every night with a custom software developped that upload the newer database  with ftp .


thanks again .