The parameters are all String.
This method assumes a set of SQL tables containing Order data. The method uses JDBC to execute a SQL query that retrieves Order data for the given date and customerId. The method then assembles an XML Order document with the data.
server identifies the Adaptive Server on which to execute the query.
If you invoke the method in a client environment, specify the server name.
If you invoke the method in Adaptive Server (in a SQL statement or in isql), specify either an empty string or the string “jdbc:default:connection”, which indicates that the query should be executed on the current Adaptive Server.
For example:
xml.order.OrderXml ox = new OrderXml(“990704”, “123”,
“antibes:4000?user=sa”);