求大虾帮忙! 一个连接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。
请大虾帮忙!
------解决方案--------------------http://www.connectionstrings.com/
连接字符串出问题了,在这个网站上查一下怎么连接