The following warning message occurs when connecting to some databases:
WARNING:Error in the metadata of the table LCAPTuning: table's row count in the metadata is 0 but 6 records have been found and loaded by UCanAccess. All will work fine, but it's better to repair your database.
Where does the table row count come from? I can't find anything in the documentation that metadata contains a row count. And when examining the metadata in the debugger there is no row count field that I can find.
The message does not occur for every database of the same structure, only a few. It does "work fine" as far as I can tell. Just makes me wonder.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It means database metadata in the access file format. Row count comes from jackcess,
but it may be inconsistent with data. In this case ucanaccess raises a warning.
See here: https://sourceforge.net/p/jackcess/bugs/108/
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The following warning message occurs when connecting to some databases:
Where does the table row count come from? I can't find anything in the documentation that metadata contains a row count. And when examining the metadata in the debugger there is no row count field that I can find.
The message does not occur for every database of the same structure, only a few. It does "work fine" as far as I can tell. Just makes me wonder.
Thanks
It means database metadata in the access file format. Row count comes from jackcess,
but it may be inconsistent with data. In this case ucanaccess raises a warning.
See here: https://sourceforge.net/p/jackcess/bugs/108/