After 123456789 ha. DBF file becomes 12345678. DBF
Guidance,
Dim conn As New ADODB. Connection
Dim dbfRs As New ADODB. You
Conn. The ConnectionString="Provider=Microsoft. Jet. The OLEDB. 4.0; Data Source="& amp; The data catalogue & amp; "; Extended Properties dBASE of=5.0; User ID=Admin; Password=;"
Conn. Open
Conn. Execute (joining together to create DBF file statement)
Has been installed VFP9.0, before rebinding system is normal, after installed system appears the question,
Windows 7 64 bit, the system before and after reshipment is done with the same GHOST file
CodePudding user response:
DBASE database is the DOS era, only support 8.3 filenames very normal ah,If you want to use VFP9.0 data files (and make sure it is support long file names), should use the
conn. The ConnectionString="Provider=vfpoledb; Data Source="& amp; The data catalogue & amp; "; Collating Sequence=general;"
CodePudding user response: