The tests during development mainly used Postgres and SQLite for the xy layers, all 3 query types (identify, select, attribute search) are working for me, except the highlighting for the select.
Attribute queries are not working correctly when the source is an MDB. The problem seems to be that even via ODBC MS Access does not understand standard SQL code. The query uses UPPER(searchfield) LIKE '%SEARCHSTRING%' and in case of Access it would probably need to be UCASE instead of UPPER. A satisfactory answer to your question is practically impossible because the problem description is again poor: no map file snippet, missing JS debugging info, 'query' is a term used for 3 different functions, etc. ===================================================================== I will just say this now and not every now and again that I will not any more reply to postings like this. There is a clear description in the Wiki FAQ how to describe a problem. But maybe no one has ever a look there... If folks don't take the time to investigate by themselves and write a decent description, they should not expect others doing this for providing support. Best regards armin toni-10 wrote: > more: > I checked the HTML source of the empty query result window (I can see only > the blue background) and I noticed that > var resultJSON it's correct: it contains everything (X Y and result fields) > > unfortunately nothing appears in the window >