通过 ODBC 连接连接到 Sql Server CE
我有一个使用 OdbcConnection 类连接到 Oracle 和 Sql Server 的应用程序。效果很好。但我正在编写一些测试,并希望连接到 VS2010 中内置的 Sql Serve CE。使用什么连接字符串?这失败了:
Data Source=Testing.sdf
I have an app that uses the OdbcConnection classes to connect to Oracle and Sql Server. Works great. But I'm writng some tests and want to connect to Sql Serve CE, which is built into VS2010. What is the connection string to use? This fails:
Data Source=Testing.sdf
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SQL CE 没有 ODBC 提供程序,因此没有任何类型的连接字符串适合您。要连接到 SQL CE,您需要使用 OLE DB 或 托管界面。
--编辑--
存档 URL:
There is no ODBC provider for SQL CE so no kind of connection string will work for you. To connect to SQL CE you'll need to use either OLE DB or the managed interface.
--EDIT--
Archived URLs: