The information in this article applies to:
SYMPTOMSWhen you use the COM Transaction Integrator for CICS and IMS Component Builder, you can specify an ADO Recordset as the return value of a method. However, in the following programming models, it is NOT possible to use the Occurs depending on (ODO) option in the method's Recordsets properties:
CAUSEThe ODO option is disabled (grayed out) in the Component Builder Recordsets property dialog. RESOLUTIONTo resolve this problem, obtain the latest service pack for SNA Server version 4.0. For additional information, please see the following article in the
Microsoft Knowledge Base: Q215838 How to Obtain the Latest SNA Server Version 4.0 Service Pack WORKAROUNDUse the recordset as an [output] parameter instead of the return value. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was first corrected in SNA Server version 4.0 Service Pack 3. MORE INFORMATIONAfter the fix is applied, a return value, which is a recordset may be used with the ODO option for all Remote Environments. To manually indicate that a parameter of a method will contain a value representing the number of rows in the recordset (length specifier), you must first define this parameter and its direction must be [out] or [in/out]. Then, on the Recordsets tab of the method properties, click the Occurs depending on: button in the Options group and select the parameter that is the length specifier from the drop-down list. Additional query words:
Keywords : sna4sp3fix sna4sp2 |
Last Reviewed: September 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |