cancel
Showing results for 
Search instead for 
Did you mean: 

INSERT_UPDATE

Former Member
0 Kudos

Hi All,

When we are working with JDBC adapter on receiver side,can we use INSERT_UPDATE mode for any type of databse systems we are getting connected?

Or this INSERT_UPDATE is dependent on what type of databse systems we are working with?

Can you please give me clarity on this?

Best Regards,

Harleen Kaur Chadha

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

please be aware that the correct name of the statement is an UPDATE_INSERT not INSERT_UPDATE. But you can read everthing in the documentation linked above.

regards,

Björn

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

Your Data Type Structure Format would be independent from Database type such as MS SQL server,Oracle etc.

Only In Communication Channel Configuration Parameter would be diffrent.

Connection URL and Driver is diffrent for diffrent database.

Former Member
0 Kudos

Hi,

The INSERT_UPDATE statement is the supported with almost all the database provided the database drivers are installed properly.

It generally depends upon Document Format set for JDBS adapter.

XMB2DB, XMB2DB_XML or XMB2DB_RAWSQL.

The Format XMB2DB_XML is required to process the Insert_Update queries.

Please refer for details

http://help.sap.com/saphelp_nw04/helpdata/en/4d/8c103e05df2e4b95cbcc68fed61705/content.htm

thanks

Swarup

Former Member
0 Kudos

Hi,

You can use the Receiver JDBC adapter whenever you want to connect to database systems.

Here you can you this INSERT_UPDATE on any database system.

It may helpful you in more details.

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

Regards

Goli Sridhar