清单7提供了一个示例查询,该查询用于列示新泽西州的所有客户姓名和电话号码。
Listing 7 provides an example query to list all the customer names and phone Numbers from state of New jersey.
清单2中的查询就采用这种方式,它会返回Paris的所有四个客户。
This is shown in the query in Listing 2 which returns all four customers in Paris.
下面要做的所有工作就是在客户端窗口显示这些域,可以使用Web服务返回的数据来设置它们的Text值,如清单15。
All that then remains is to populate the fields in the client window, by setting their Text values with the data returned from the web service, shown in Listing 15.
应用推荐