clipper

Insert a Date field into a Clipper Database using OLE

你离开我真会死。 提交于 2019-12-12 01:35:13
问题 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,

DBF Large Char Field

。_饼干妹妹 提交于 2019-12-11 13:07:41
问题 I have a database file that I beleive was created with Clipper but can't say for sure (I have .ntx files for indexes which I understand is what Clipper uses). I am trying to create a C# application that will read this database using the System.Data.OleDB namespace. For the most part I can sucessfully read the contents of the tables there is one field that I cannot. This field called CTRLNUMS that is defined as a CHAR(750). I have read various articles found through Google searches that