Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SELECT-OPTIONS values in Native SQL

Former Member
0 Likes
612

Hi,

How can I refer to SELECT-OPTIONS values in a Native SQL command ?

4 REPLIES 4
Read only

Former Member
0 Likes
543

You'll have to translate them to parameters that your WHERE can use for the database you are using.

Rob

Read only

0 Likes
543

But what can I do if I have several conditions concerning data in the SELECT-OPTIONS ?

Can you please give me an example ?

Read only

0 Likes
543

After a little more thought, I'm not sure it can be done easily.

Rob

Read only

0 Likes
543

Thanks.

Any more ideas ?