我在C# .net环境中使用InterBase和FireBird SQL。
我想在我的程序中使用事务作用域。
如何使用InterBase-FireBird有效地做到这一点?
有什么想法吗?
发布于 2010-01-20 05:34:20
对于火鸟,你必须使用Firebird .net data provider。
您可以从阅读关于事务的documentation开始
https://stackoverflow.com/questions/2092117
相似问题