BUG: New Window Can Corrupt Data from Data Form Wizard Pages (165884)
The information in this article applies to:
- Microsoft Visual InterDev 1.0
This article was previously published under Q165884 SYMPTOMS
Data 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 two browser windows are open in Microsoft Internet Explorer. To create an additional browser window, click New Window on the File menu.
CAUSE
This problem occurs because pages that are created with the Data Form Wizard use only one recordset variable in each session of Internet Explorer, not each window. For additional information, see the "More
Information" section.
RESOLUTION
The easiest solution is to double-click the Internet Explorer icon to open another instance of Internet Explorer rather than using the New Window command to create a new window.
A new window may be rendered inoperable programmatically by implementing
a mechanism of semaphores, which allows only one window to modify the
recordset during a session.
Another option is to redesign the output code so 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 that this is a bug in the Microsoft products that are listed at the beginning of this article. REFERENCES
For 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:
Modification Type: | Major | Last Reviewed: | 5/2/2006 |
---|
Keywords: | kbBug kbpending kbwizard KB165884 |
---|
|