novixys

Exult Standard

Convert XML into Microsoft Excel (XLS), Microsoft Access (MDB or ACCDB), or CSV.

Download
a Free Trial
Buy Now
for US$150 $105

Exult SQL Server

Import XML into SQL Server.

Download
a Free Trial
Buy Now
for US$250

Exult MySQL

Import XML into MySQL.

Download
a Free Trial
Buy Now
for US$195 $125

Exult Oracle

Import XML into Oracle.

Download
a Free Trial
Buy Now
for US$500

Home » Documentation » Exult SQL Server

3.3.6 Update data for one or more imported XML files (or URLs)

Exult allows you to update the data for an XML file after it has been loaded into the database. Use the -U option to update one or more XML files.

Exultcmd.exe -U host@dbName C:\Path\to\FileA.xml

The old data for the file at the specified location is updated with the latest from the input XML.

The file is loaded into the SQL Server database if it has not already been loaded.

To update data for multiple XML files, specify all the files on the command line.

Exultcmd.exe -U host@dbName C:\Path\to\FileA.xml C:\Path\to\FileB.xml