ADODB supported by Visual Studio 2010?

一世执手 提交于 2019-12-12 05:47:50

问题


i wan to use ADODB components in my project, but i cant find adodb component in Visual Studio 2010, it supported by Visual Studio 2010??


回答1:


ADODB is wrapped by the classes in the System.Data.Oledb namespace.

If you are talking about the old VB6 components that you could put on a form then, no, their time has passed. They are visible in the toolbox' Choose Items dialog, COM tab. But trying to add them fails on my machine. Probably because ADODB got a breaking update in Windows 7 SP1. Nor would you have any good way to deploy them.



来源:https://stackoverflow.com/questions/7414647/adodb-supported-by-visual-studio-2010

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!