Interstage Shunsaku Data Manager Troubleshooting - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
Appendix A FAQ | > A.4 Development |
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:
The order of results is the order when stored in Shunsaku.
The order of results for each director is the order when stored in Shunsaku. If the director number is specified, the results are in the ascending order according to the director number.
If the StartPoint parameter is specified, the order is the same as specified.
However, the order of the search results when using the Domain and File is not guaranteed. Therefore, specifying sort expression is recommended.
Refer to the Operator's Guide for more information.
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
![]() ![]() |