Hi.
Please find the attached repro solution: Bug01-repro-sln.zip
Reading data from the [Identifier] column returns data from [number01] column.
How we got here:
- Create Access db with a single table: Id Autonumber, Number1 shortstring, Number2 shortstring
- Insert a few different integers into Number1 and Number2 columns
- Open table in JetDatabaseReader and expect data to be read properly
- Change type of the Number1 column to numeric
- Open table in JetDatabaseReader and expect exception informing that data cannot be read and a db repair is needed
- Repair the database
- Open table in JetDatabaseReader again and expect wrong column to be read (check repro code).
Hi.
Please find the attached repro solution: Bug01-repro-sln.zip
Reading data from the [Identifier] column returns data from [number01] column.
How we got here: