BUG: New Window can Corrupt Data from Data Form Wizard PagesID: Q165884
|
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 Internet Explorer (IE) has two different browser windows. You can create an additional browser window by clicking New Window on the File menu.
For 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).
The 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).
Microsoft 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.
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:
http://support.microsoft.com/support/vinterdev/
Keywords : kbtool kbwizard kbVisID kbGrpASP
Version : WINDOWS:1.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 7, 1999