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.

Hello,

I am looking for some tools or wrapper, which makes it possible to create SQL Tables or Views for a XML Schema.

The only thing i have found was from Altova, but it costs money.

asked 08 Jun '12, 09:20

DavidSteiman's gravatar image

DavidSteiman
61227
accept rate: 0%

edited 15 Mar '13, 19:52

Mark%20Culp's gravatar image

Mark Culp
24.9k10141297


Some freeware possibilities:

  1. xsd2db and Visual Studio 2008- see here.
  2. ixsd2db - see here.
  3. If you create the schema yourself, you can use SQL Anywhere's OPENXML() procedure to shred the XML and generate a relational result set that you can load using INSERT FROM SELECT.
permanent link

answered 08 Jun '12, 09:43

Glenn%20Paulley's gravatar image

Glenn Paulley
10.8k577106
accept rate: 43%

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:

×90
×29
×25
×3

question asked: 08 Jun '12, 09:20

question was seen: 28,100 times

last updated: 15 Mar '13, 19:52