本文介绍了c#.net的连接字符串以读取DBF FILE的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的连接字符串看起来像
OleDbConnection con =新的OleDbConnection("Provider = VFPOLEDB; Data Source =" + strpath);
我收到此错误,因为该功能不可用,我安装了VFPoledb提供程序
有人可以帮我解决这个问题吗?谢谢
my connection string looks like
OleDbConnection con = new OleDbConnection("Provider=VFPOLEDB;Data Source=" + strpath);
i am getting this ERROR as feature not available ,i installed the VFPoledb provider
can some one help me out with this issue thanks
推荐答案
这篇关于c#.net的连接字符串以读取DBF FILE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!