Interstage Shunsaku Data Manager Troubleshooting - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX -
Contents Index PreviousNext

Appendix A FAQ> A.4 Development

A.4.4 Search Result Data

mark1How to set the order of the search results?

If the sort function is used, the result will be in the order according to the item specified as the sort key (ascending order or descending order). If the sort function is not used, the order will be as follows:

Refer to the Operator's Guide for more information.

mark1Is it possible to display the search result on the browser in an XML format?

A return expression for exporting an XML document is provided. The value from the start tag to the end tag shown below can be exported as it is.

Each record of result can be displayed on the browser by adding add the XML declaration through the application.

<doc>
  <employee>
    <eno>123456789</eno>
    <name>John Smith</name>
    <sno>1001</sno>
    <phone>1234-5678</phone>
  </employee>
</doc>

Refer to the Application Development Guide for more information.


Contents Index PreviousNext

All Rights Reserved, Copyright (C) FUJITSU LIMITED 2006