求大虾帮忙! 一个连接foxpro数据库的问题
初学asp.net
<script Language= "C# " runat= "server ">
public void Page_Load(Object sender,EventArgs e)
{
string strConn = "Extended Properties=FoxPro;DRIVER={Microsoft Visual FoxPro Driver};SourceType=DBF;Provider=Microsoft.Jet.OLEDB.4.0;Data Source=e:\\vfp\\55.DBF; ";
OleDbConnection cn=new OleDbConnection(strConn);
cn.Open();
cn.Close();
}
</script>
Exception Details: System.Data.OleDb.OleDbException: 找不到可安装的 ISAM。
请大虾帮忙!
[解决办法]
查一下连接字符串,是否正确
要不就换种连接方法试试
[解决办法]
你的连接字串是从哪里看到的?
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\zz\;Extended Properties=dbase 5.0;Persist Security Info=False '
Provider=VFPOLEDB.1;Data Source=d:\zz;Password= " ";Collating Sequence=MACHINE