cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC adapter

Former Member
0 Kudos

HI

What format can JDBC adapter communicate in? If

communications with JDBC using XML format, what are the

actions we could do?

thanks in advance

Munna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

> What format can JDBC adapter communicate in?

XML format

> If communications with JDBC using XML format, what are the

> actions we could do?

By Action you mean INSERT, UPDATE? If yes then here you will find all actions..

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

If you are looking for a blog then just on SDN you will find lots of blogs & thread.

as well as you can read the sap help.. e.g.

http://help.sap.com/saphelp_nw70/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/content.htm

http://help.sap.com/saphelp_nw70/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm

Regards,

Sarvesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Munna,

> What format can JDBC adapter communicate in?

This should be in XML format.

> If communications with JDBC using XML format, what are the actions we could do?

INSERT, UPDATE, DELETE (In general it is not preferrable and usable)

Check this link for JDBC sender as well as receiver

http://wiki.sdn.sap.com/wiki/display/XI/JDBC%20TO%20JDBC

Regards

Ramesh

Former Member
0 Kudos

Thanks Sravesh ans Venkataramesh...I got the useful answer.