‎2008 Jun 03 11:13 PM
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
‎2008 Jun 04 12:37 AM
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