Insert a Date field into a Clipper Database using OLE
问题 We're trying to insert data into a clipper database file (DBF file with NTX index file). For a variety of reasons, we cannot change the database format. We are currently seeing two issues: With our existing code, we are not able to update or utilize the NTX index file (I believe). We would like to be able to do this. Do you know of an OLE or ODBC driver that can do this? We are able to insert a row into the clipper database file (DBF) as long as we do not include a date. If we include a date,