DbfDataReader icon indicating copy to clipboard operation
DbfDataReader copied to clipboard

DbfDataReader Not Reading All Rows If Deleted Rows Exist

Open mhmoudalaskalany opened this issue 2 years ago • 0 comments

Bug Description DbfDataReader is Skipping Rows After Deleted Row if i set SkipDeletedRecords = true

Steps to reproduce the behavior:

  1. Read Dbf file that contains deleted record at index number (ex 100 from 500)
  2. try to bulk copy the dbf file to sql server
  3. copied rows will be rows before deleted record only which are 99 rows only
  4. See error

Expected behavior it should read all rows and skip deleted rows

Screenshots If applicable, add screenshots to help explain your problem.

Capture

Desktop:

  • OS: [e.g. windows 10]
  • Browser [e.g. chrome]
  • Version [e.g. 80]

mhmoudalaskalany avatar Nov 02 '21 19:11 mhmoudalaskalany