Mick Francis - 2019-05-07

Hi,

I work on a system that interfaces to a number of DBMSs including SQL-Server, Oracle, MySQL and Access. The current Access JDBC driver (Jadozoom), which we are hoping to get rid of, just accepts standard % and _ wildcards in LIKE patterns. UCanAccess accepts these but also accepts * and ?. Unfortunately, this will break our system (as, in fact would the use of # for numbers).

I can't see a situation where it would be desirable to accept both kinds of wildcard; would it be possible to implement a switch as a parameter in the jdbc connection string?

Cheers,

Mick.