Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 C# 作为后端的 Firebird 数据库。我想在数据库连接/断开连接时进行备份和恢复。on-connect 触发器我想进行备份,以及如何使用 c# 代码恢复该备份。