The information in this article applies to:
SYMPTOMSWhen the "DTC Scripting Platform" is set to "Client(IE 4.0 DHTML)," the getParameter and setParameter methods fail to function on the Recordset Design-time control (DTC). This affects stored procedures and parameterized queries. CAUSEThe Client DTC Scripting Platform does not support the getParameter and setParameter methods. RESOLUTIONThe workaround for this issue is to set the setSQLText property such that the parameters are a part of the SQL statement. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONThe setParameter and getParameter methods will fail from the client scripting platform. Here's an example:
The following are examples of setting the setSQLText property to obtain the
functionality of a stored procedure with parameters or a parameterized
query, for example:
Additional query words:
Keywords : kbVisID600 kbVisID600bug kbGrpASP |
Last Reviewed: May 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |