cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP TO JDBC Syndchronous call with The SQL AND & OR Operators

Former Member
0 Kudos

Hi PI guys,

can anyone give me an example for the receiver side SQL AND & OR operators? How should i build the datatype?

for example;

Select TBSTUDENT where NAME ='MICHAEL' OR 'JENS'

thank you,

Peter

Accepted Solutions (0)

Answers (1)

Answers (1)

ambrish_mishra
Active Contributor
0 Kudos

Hi Peter,

Please follow the document below:

http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

action= SQL_QUERY | SQL_DML This structure enables you to transfer more complex SQL statements to the database directly using the adapter.

Hope it helps!

Ambrish