cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC actions

Former Member
0 Kudos

.If communications with JDBC using XML format, what are 4 actions you could do?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

We can also do UPDATE_INSERT

Mudit

Answers (3)

Answers (3)

former_member238007
Contributor
0 Kudos

Hi Satvik,

In sender side the mandatory statements are Query SQL Statement and Update SQL Statement here u can use the option of using INSERT, DELETE, UPDATE, UPDATE_INSERT, SELECT statements in the Query SQL statement, and if u dont want to update any records after fetching u can give simply a TEST in the UPDATE SQL Statement... so that there will be no updation happened to the table..

see this links for more information of JDBC receiver structure and related information..

/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step

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

regards

Kishore.

Former Member
0 Kudos
Former Member
0 Kudos

The actions are SELECT, INSER, DELETE , UPDATE