dBASE.NET icon indicating copy to clipboard operation
dBASE.NET copied to clipboard

dBASE reader for .NET

Results 24 dBASE.NET issues
Sort by recently updated
recently updated
newest added

The following observations are based on CA-Clipper 5.2 Database Utility (xBase 3), Microsoft dBASE Driver (dBase 3, 4 and 5), Borland Database Engine (dBase 7 and xBase 3), Microsoft Visual...

enhancement

Hi, I have a problem reading the file. I'm loading map from shapefile using [DotSpatial](https://github.com/DotSpatial/DotSpatial), but the .dbf file contains some fields encoded in code page that cannot be read...

In the Write method, the 0x20 is correctly added, but when a record is being read, the DbfRecord can't tell if it's a deleted record or not. It can be...

Issue is based on information provided in «Memo fields» («Memo file header» structure and «Memo block structure») in http://www.independent-software.com/dbase-dbf-dbt-file-format.html and **not** by evaluating the code. I have a memo file...

What is the minimum supported version number?

Hi, I am trying to modify a DBF which has an existing charter column with a 256 length. However when writing to the dbf it corrupts it and wont open...

Hello, Is project alive , if not can I fork and make modifications.

Why there was no implementation of the reading of the version of the DBF file? It is very simple just to read first byte and translate it to the version...

write text with charcode over 128 change to "?" question mark char How to Solve It?