× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi Jon

Would it work to use LIKE(?) - so it could generate a parameter for that? TYPE LIKE('?') is looking for a match for the string that is a question mark, seems to me early this evening!

Cheers
Vern

On 12/20/2020 5:52 PM, Jon Paris wrote:
Has anyone been able to use a SELECT that includes a LIKE clause in the SQL when deploying SQL statements with IWS?

Unless I'm missing a PTF or something it doesn't seem to work - mainly because it does not recognize the ? as a parameter marker when included in a LIKE.

So SELECT * FROM ABC WHERE TYPE = ? generates a named parameter that can be associated with data from the URL

SELECT * FROM ABC WHERE TYPE LIKE('?') does not generate a parameter so there is nothing to associate.

The docs don't help as they don't list any limitations on what the SQL can and cannot do.


Jon


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.