Component methods use either Java classes or Server-Library C routines to send rows, as follows:
Java components send results sets with the classes in the com.sybase.jaguar.sql package, as discussed in “Sending result sets with Java”.
PowerBuilder components send result sets with the DataStore, ResultSet, and ResultSets interfaces, as described in “Sending result sets from a PowerBuilder component”.
ActiveX components send result sets with the IJagServerResults interface, as described in “Sending result sets from an ActiveX component”.
C components call EAServer C-language routines to send rows, as described in “Sending result sets from a C or C++ component”.
Components that interact with third-tier servers should use EAServer’s Connection Management feature to realize improved performance. See Chapter 26, “Using Connection Management” for more information.
When you are defining a method in EAServer Manager, be sure to indicate whether the method returns row results.
Copyright © 2005. Sybase Inc. All rights reserved. |