Maybe this characters should be replaced in basicEscapingIdentifier():
escaped = escaped.replaceAll("€", "EUR");
escaped = escaped.replaceAll("²", "2");
escaped = escaped.replaceAll("³", "3");
escaped = escaped.replaceAll("ß", "ss");
An additional validation parameter would be nice that throws an exception if such an error occurs: "user lacks privilege or object not found: XXX"
In my case I've tried to load an accdb-file that references another accdb that was missing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Maybe this characters should be replaced in basicEscapingIdentifier():
escaped = escaped.replaceAll("€", "EUR");
escaped = escaped.replaceAll("²", "2");
escaped = escaped.replaceAll("³", "3");
escaped = escaped.replaceAll("ß", "ss");
An additional validation parameter would be nice that throws an exception if such an error occurs: "user lacks privilege or object not found: XXX"
In my case I've tried to load an accdb-file that references another accdb that was missing.