Ertan Küçükoglu wrote 18.08.2025 1:30:
> When nbackup is active, applications cannot connect to the database.
Let me guess: error message is "database file already used by another
process"? It is because you uses embedded connection.
> Is it possible to use the service manager for the same and the database will not
> be locked to new connection and CRUD operations?
Yes. Utility is named fbsvcmgr but it won't help with exclusive lock in
embedded mode.
Yes, it can connect via TCP/IP as well as nbackup can. But your connection
string make embedded mode preferable. Force TCP with "localhost:C:\DB\DB.FDB".