The information in this article applies to:
SYMPTOMSWhen passing a parameter to a stored procedure using a Recordset Design-Time Control (DTC) that is marked as client on an Active Server Page (ASP), the getParameter and setParameter methods are not supported. This problem occurs when using either VBScript or Jscript (or JavaScript). CAUSE
This problem occurs when the Recordset DTC is set for Client(IE 4.0 DHTML) on an ASP page.
RESOLUTION
A simple workaround is to simply send the parameters to the stored procedure using the setSQLText method of the Recordset DTC.
NOTE: In SQL Server, the exec command is used to call a stored procedure. In Oracle, the call command is used to execute an Oracle stored procedure encapsulated in a package and package body. Please refer to the Knowledge Base article in the REFERENCES section later in this article on how to create an Oracle stored procedure and encapsulate it in a package and package body.
STATUSThis behavior is by design. MORE INFORMATIONSteps to Reproduce Behavior
REFERENCESFor additional information on how to create an Oracle stored procedure and encapsulate it in a package and package body, click the article number below to view the article in the Microsoft Knowledge Base: Q176086 HOWTO: Retrieve Recordsets from Oracle Stored Procs Using ADO Additional query words:
Keywords : kb3rdparty kbCtrl kbJScript100 kbVisID600 kbGrpASP kbDSupport |
Last Reviewed: October 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |