A family of Microsoft relational database management systems designed for ease of use.
Thanks but under SQL Server Compatible Syntax (ANSI 92)
- This database
- Default for new databases
are both already unchecked. I ran the same query on an imported local copy of the same table and it returned all the desired results, so clearly the query is only case-sensitive when run against
the linked ODBC table. It is an InterSystems Caché table; its driver is "InterSystems ODBC35".
I tried checking "SQL Server Compatible Syntax (ANSI 92)" for "This database" and the query returns the no results from local or linked table, with or without the field converted with LCase() before comparison.