Are you using an older version of UCanAccess (prior to version 3.0.5)? If so, please try again with the latest version and see if the warning goes away.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Those WARN messages come from com.healthmarketscience.jackcess.Index so if you want to suppress them you'll need to set the logging level to ERROR or above for that LoggerConfig (or one of its ancestors). For what it's worth, this worked for me in my "log4j2.xml" file:
hello
is there a possibily to hide from log eclipse ? :
14:22:22,834 WARN [Index] unsupported collating sort order SortOrder[1036(0)] for text index (Db=*.mdb;Table=***;Index=0), making read-only
thx
Are you using an older version of UCanAccess (prior to version 3.0.5)? If so, please try again with the latest version and see if the warning goes away.
thx for your answer
i am using the lastest version
i cant modify something in access database
How have you configured logging for your application?
default value ^^
Those WARN messages come from
com.healthmarketscience.jackcess.Index
so if you want to suppress them you'll need to set the logging level to ERROR or above for that LoggerConfig (or one of its ancestors). For what it's worth, this worked for me in my "log4j2.xml" file: