http://msdn.microsoft.com/library/en-us/dnfoxgen7/html/usingaspnetwithvfp7.asp

解决方案 »

  1.   

    http://www.yesky.com/20020812/1624744.shtml
      

  2.   

    OLE DB Provider for Visual FoxPro 
    oConn.Open "Provider=vfpoledb;" & _ 
               "Data Source=C:\vfp7\Samples\Data\myVFPDB.dbc;" & _ 
               "Mode=ReadWrite|Share Deny None;" & _ 
               "Collating Sequence=MACHINE;" & _ 
               "Password=''" 
    For more information, see: Microsoft OLE DB Provider for Visual FoxPro To view Microsoft KB articles related to OLE DB Provider for Visual FoxPro, click here.Note: The Visual FoxPro OLE DB Provider is NOT installed by MDAC 2.x.  You must install Visual FoxPro 7.0 in order to get it's OLE DB Provider. 
      

  3.   

    当然可以啦 ^o^如果你是单个dbf文件,建议你用文件方式操作
    但如果你想用sql语句操作的话,用VFPToolkitNET.dll提供需类库吧
    http://www.gotdotnet.com/team/vfp/