The steps for executing an SQL statement on a relational database are as follows:
Configure Transformation Scenario(s) action from the toolbar or the
XML menu.
Preferences button from the SQL transformation dialog box.SELECT * FROM `test`.`department` where DEPT = ? or DEPTNAME =
? the two parameters can be configured for the place holders (?) in the
transformation scenario.call
dbo.Test(22, ?).The result of a SQL transformation is displayed in a view at the bottom of the Oxygen XML Author Eclipse plugin window.