用于ms访问的数据提供程序

问题描述:

你好
我想在我的项目中使用linq和access表获取报告,但是
将表拖到dbml文件中会出现以下错误:
所选对象使用了不受支持的数据提供程序.
我使用vs.net 2010和vs.net 2010的SAP Crystal Report版本(13)
帮助我解决此错误.
谢谢

hello
I want to use linq and access table for get report in my project but when
drag a table into dbml file get following error:
The selected object(s) use an unsupported data provider.
I use vs.net 2010 and sap crystal report version for vs.net 2010(13)
Help me to solve this error.
Thanks

LINQ to SQL仅支持SQL Server数据库,最好使用ADO.net来处理访问数据库! 在msdn论坛中,他们有相同的问题此处 [ ^ ]
LINQ to SQL only support SQL Server databases,it''s better to use ADO.net that handle access db!
in msdn forum they have the same problemhere[^]