BUG: New Window can Corrupt Data from Data Form Wizard PagesLast reviewed: December 9, 1997Article ID: Q165884 |
The information in this article applies to:
SYMPTOMSData appears to be deleted, overwritten, or out of sync when the Data Form Wizard is used to create form-like pages using Active Server Pages (ASP). This occurs when Internet Explorer (IE) has two different browser windows. You can create an additional browser window by clicking New Window on the File menu.
CAUSEFor pages created using the Data Form Wizard, one recordset variable is used in each session of Internet Explorer, not each Window (see the MORE INFORMATION section).
RESOLUTIONThe easiest solution is to not create another Window using the New Window command, but rather another instance of Internet Explorer by double- clicking its icon to launch another copy. A new Window could be rendered inoperable programmatically by implementing a mechanism of semaphores, which allows only one window to be modifying the recordset during a session. Another option is to redesign the output code in such a way that it uses multiple recordset variables for each session, which is an expensive solution in terms of performance (memory and computational hit on the server).
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 INFORMATION
Steps to Reproduce Behavior
REFERENCESFor the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:
http://support.microsoft.com/support/vinterdev/ Keywords : VIWizards kbtool kbbuglist Version : 1.00 Platform : WINDOWS Issue type : kbbug |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |