OrderXml(date, customerid, server)

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.

For example:

xml.order.OrderXml 	ox = new OrderXml(“990704”, “123”,
“antibes:4000?user=sa”);