• vfpConn


    ODBC
      Standard
       Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;Dbq=c:\mydbpath;

      Remote drives
       Driver={Microsoft dBase Driver (*.dbf)};datasource=dBase Files;

      OLE DB, OleDbConnection (.NET)
      Standard
       Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\folder;Extended Properties=dBASE IV;User ID=Admin;Password=;

      OLE DB, OleDbConnection (.NET)
      Database container (.DBC)
       Provider=vfpoledb.1;Data Source=C:\MyDbFolder\MyDbContainer.dbc;Collating Sequence=machine;

      Free table directory
       Provider=vfpoledb.1;Data Source=C:\MyDataDirectory\;Collating Sequence=general;

      Force the provider to use an ODBC DSN
        Provider=vfpoledb.1;DSN=MyDSN;

       ODBC
       Database container (.DBC)
        Driver={Microsoft Visual FoxPro Driver};SourceType=DBC;SourceDB=c:\myvfpdb.dbc;Exclusive=No; NULL=NO;Collate=Machine;BACKGROUNDFETCH=NO;DELETED=NO;

       Free Table directory
        Driver={Microsoft Visual FoxPro Driver};SourceType=DBF;SourceDB=c:\myvfpdbfolder;Exclusive=No; Collate=Machine;NULL=NO;DELETED=NO;BACKGROUNDFETCH=NO;





    _lread(file,head,fileleng);

  • 相关阅读:
    Spring Data Rest如何暴露ID字段
    Windows空间清理2
    把爱好变成职业
    面对面的口头信息传递对人决策的影响力最大
    最好是更好的敌人
    文明主线
    钱的本质
    2019第42周日
    开源与商业化
    生涯四度
  • 原文地址:https://www.cnblogs.com/zjbtony/p/929874.html
Copyright © 2020-2023  润新知