Show TOC

Defining XML Documents for Message Protocol Native SQL FormatLocate this document in the navigation structure

Use

This protocol is primarily for test purposes. Instead of an XML document format, a text is expected that represents any valid SQL statement.

Procedure

For example, to add a row to a table, enter the following:

"

INSERT INTO tableName  (column-name1, column-name2, column-name3) VALUES('column-value1', 'column-value2', 'column-value3')

"