what version of the managed data provider are you using? try the latest
if it does not work, try
myConn = nothing
still does not work? try
System.GC.Collect()
:-)
if it does not work, try
myConn = nothing
still does not work? try
System.GC.Collect()
:-)
本文探讨了在使用Managed Data Provider过程中遇到的问题及解决方案。建议首先检查并更新到最新版本,若问题依旧,则尝试释放资源连接,最后使用垃圾回收机制解决问题。

被折叠的 条评论
为什么被折叠?



