Hello.

Is it possible to pass parameters in the call to a XSQL component like in the Oracle documentation, with the xsql page specified in the configuration file?

<?xml version="1.0"?>
<xsql:query connection="demo" *bind-params="City"* xmlns:xsql="urn:oracle-xsql">

   SELECT Carrier, FlightNumber, Origin, TO_CHAR(ExpectedTime,'HH24:MI') Due
     FROM FlightSchedule
    WHERE TRUNC(ArrivalTime) = TRUNC(SYSDATE)
      AND Destination = *?*
 ORDER BY ExpectedTime

</xsql:query>

   Regards.

Reply via email to