本文介绍了当我从vb.net中的mysql连接海量数据时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

上下文0x207e90''已断开连接.从当前上下文(上下文0x207d20)释放接口,这可能会导致损坏或数据丢失.为避免此问题,请确保所有上下文/单元都保持活动状态,直到应用程序完全代表其中驻留的COM组件的RuntimeCallableWrappers完全完成应用程序为止.

请一些帮助

Context 0x207e90'' is disconnected. Releasing the interfaces from the current context (context 0x207d20).This may cause corruption or data loss. To avoid this problem, please ensure that all contexts/apartments stay alive until the applicationis completely done with the RuntimeCallableWrappers that represent COM components that liveinside them.

Please some one help

推荐答案


这篇关于当我从vb.net中的mysql连接海量数据时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 21:02