Newbies zyklotrop Posted August 5, 2010 Newbies Posted August 5, 2010 Hi, I am trying to search a FileMaker 11 database with a SQL statement shared via ODBC using Microsoft Query and directly via the 360 Works Scriptmaster Plugin. The query is: SELECT A_kfWertID FROM DataAdrELEMENTE WHERE AdrElementWert Like '%GmbH%' AND AdrAttributLevel = 3 I encounter the problem that searching in a FileMaker table with SQL statements seem to be case sensitive. Searching for '%GmbH%' returns a proper result, while '%Gmbh%' or '%gmbh%' gives an empty result, apparently because the records all have the value "GmbH". According to my information MySQL on the other hand is insensitive for uppercase/lowercase search terms. Is the SQL engine in FileMaker 11 case sensitive? Is there a way to create a query that gives a result, without reference to upper or lowercase characters in the search term? Thanks, Martin
Recommended Posts
This topic is 5222 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now