PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 25 → WX - Converter XSD para XML
WX - Converter XSD para XML
Iniciado por BOLLER ADRIANO, set., 01 2016 6:21 AM - Sem resposta
Membro registado
3.659 mensagems
Popularité : +175 (223 votes)
Publicado em setembro, 01 2016 - 6:21 AM
Converter XSD para XML

CREATE TABLE #temp (
dt DATETIME,
col1 XML
)

/*Use the OPENROWSET AND BULK load to load an xml File into
the table. GETDATE() is used to populate the first column*/
Insert #temp
SELECT GETDATE(), *
FROM OPENROWSET(BULK 'C:\Employees.xsd',
SINGLE_BLOB) AS x;

SELECT *
FROM #temp


http://www.xml-converter.com/download.php

Advanced XML Converter

Download file to evaluate File type File size File version Release date
axcsetup.exe Setup program 1265 KB 3.05.0.15 April 2016

Installation

Save the downloaded file to a folder at local disk.
Start the file and follow instructions to install the application.
Input the license key in the dialog (menu item "Help\Get full version...") to activate full version. You will get license key by email after purchase full version.

:merci:

--
Adriano José Boller
______________________________________________
Consultor e Representante Oficial da
PcSoft no Brasil
+55 (41) 9949 1800
adrianoboller@gmail.com
skype: adrianoboller
http://wxinformatica.com.br/
Mensagem modificada, setembro, 01 2016 - 6:22 AM