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

Xml data in a zTable

0 Likes
367

Hi all:

What would be the best way to store Xml data in a zTable by using Xml native datatype supported by DB vendors (XMLType for Oracle, Xml for MS-SQL or XML for IBM DB2)? Is this posible?

Best regards...

Cristhian

1 REPLY 1
Read only

mvoros
Active Contributor
0 Likes
331

Hi,

you can access to the database using native SQL instead of SQL. So you will be able to use data types supported by DB vendors.

But you can also create table in SAP with field which will have type XSTRING. You can store any binary string in this field so you will be able to store your XML files there. I do not know why do you need to use data types from DB vendors.

Martin