Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

Hi, can I Use Xml as parameter to stored procedure and parse xml inside the procedure? . your idea is greatly appreciated..

Thanks vhm

asked 05 Dec '13, 01:21

vhm's gravatar image

vhm
210131320
accept rate: 0%


Yes, surely, as long as your documents are shorter than 2 GB.

For example, you can use a parameter with the XML data type (or a LONG VARCHAR) in stored procedures and functions, and you can use the builtin OPENXML function to parse XML documents via XPath expressions.

permanent link

answered 05 Dec '13, 04:25

Volker%20Barth's gravatar image

Volker Barth
40.2k361550822
accept rate: 34%

edited 05 Dec '13, 04:26

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×29

question asked: 05 Dec '13, 01:21

question was seen: 2,191 times

last updated: 05 Dec '13, 04:26