The information in this article applies to:
SYMPTOMSIf a Recordset Design Time Control (DTC) is placed on an Active Server Page (ASP) without enabling the Scripting Object Model (SOM), the Recordset DTC may fail and no data will be returned. Instead, the following error is returned either to the browser, or when the source for the page is viewed in the browser (that is, "View Source").
CAUSE
The code generated for the client-side Recordset DTC is written in JScript
(Javascript). The source includes a call to the escape() function to ensure
that paths to databases that include backslash characters (for example,
"\\myserver\myshare\mydata.mdb") are interpreted appropriately.
RESOLUTIONTo resolve this issue, a reference to the JScript engine must be placed on the Active Server Page. This can be accomplished one of three ways:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. Additional query words:
Keywords : kbCtrl kbVisID600bug kbGrpASP |
Last Reviewed: May 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |