zoukankan      html  css  js  c++  java
  • 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);

  • 相关阅读:
    飞入飞出效果
    【JSOI 2008】星球大战 Starwar
    POJ 1094 Sorting It All Out
    POJ 2728 Desert King
    【ZJOI 2008】树的统计 Count
    【SCOI 2009】生日快乐
    POJ 3580 SuperMemo
    POJ 1639 Picnic Planning
    POJ 2976 Dropping Tests
    SPOJ QTREE
  • 原文地址:https://www.cnblogs.com/zjbtony/p/929874.html
Copyright © 2011-2022 走看看