× 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.



On 11/10/2016 8:38 AM, Robert Rogerson wrote:
I have a list of programs which is generated by a 3rd party software
application. This is in the form of ('program1', 'program2',
'program3'). The list is actually used in a WHERE IN ('program1',
'program2', 'program3') sql statement used by the vendor software.

Basically I want to use that same WHERE IN ('program1', 'program2',
'program3') statement within a custom RPG program. I'm planning to
PREPARE an sql CURSOR and add the WHERE IN (:myprogramList).

But I can't figure out how to save the list as one big string. Does
anyone know how I can save ('program1', 'program2', 'program3') as one
big string?

The problem I'm experiencing (I think) is that the quotes are
interpreted as string delimiters. I was trying with a data area and a
one column table but both had the same issue. Any ideas?

Can you share the code that you're currently using? I almost wrote a
big thing about escaping quotes, but I don't want to assume anything...


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.