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

Native SQl

Former Member
0 Likes
643

Hi All,

I have one internal table with 4 fields and i have to update into oracle database table using native SQl.

if i update the table with values it's working fine and how to pass the values to tables from my internaltable variable with in the loop.

Any having idea how to make it.

1 ACCEPTED SOLUTION
Read only

former_member206377
Active Contributor
4 REPLIES 4
Read only

former_member206377
Active Contributor
Read only

0 Likes
611

Hi Vasuki,

Thanks for the response. do u have any idea for the INSERT Statement to store the values fom the internal table to dB table using native SQL.

Read only

0 Likes
611

Hi Ramesh,

Do you mean the syntax?


EXEC SQL.
INSERT INTO table_name VALUES (:value1, :value2) " any number of values
ENDEXEC.

Read only

0 Likes
611

Hi Ramesh,

Is your issue resolved?