应该是连接字符串的问题:====OLE DB, OleDbConnection (.NET) ====
  Database container (.DBC):
  "Provider=vfpoledb.1;Data Source=C:\MyDbFolder\MyDbContainer.dbc;Password=MyPassWord;Collating Sequence=machine"   Free table directory:
  "Provider=vfpoledb.1;Data Source=C:\MyDataDirectory\;Password=MyPassWord;Collating Sequence=general" ====ODBC ====
Database container (.DBC):
"Driver={Microsoft Visual FoxPro Driver};SourceType=DBC;SourceDB=c:\myvfpdb.dbc;Exclusive=No;Collate=Machine;"  Free Table directory:"Driver={Microsoft Visual FoxPro Driver};SourceType=DBF;SourceDB=c:\myvfpdbfolder;Exclusive=No;Collate=Machine;" 
"Collate=Machine" is the default setting, for other settings check the list of supported collating sequences >>详细信息请参考:http://www.connectionstrings.com/