Generating dBase II DBF File in C# 3.5
问题 I'm generating dbf file to get imported to legacy systems that only accepts dBase II OR III. My aplication is .Net 3.5. I initially started working with this component VFPOLEDB.1 but it only generate dbf files in dBase V format which isn't backwards compatibily. Anyone knows a component or driver to generate de dbf file in dBase II or III Thanks 回答1: Try issuing a call to execute a script that opens the file, then does COPY TO {some file} type FOX2X that should get you the output... There was