The information in this article applies to:
SYMPTOMSIf you choose to delete a record on an Active Server Pages (ASP) page, when the record has been already deleted by another user, the page is not refreshed to indicate that the record was already deleted. RESOLUTIONYou can work around this by checking for the return value of the delete operation. DeleteRecord() function returns false if the operation failed. If you want to see the new data, you need to catch the return code and do a move on the recordset. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. Q194022 INFO: Visual Studio 6.0 Service Packs, What, Where, Why MORE INFORMATIONSample code to illustrate the work around mentioned above:
Additional query words:
Keywords : kbservicepack kbVisID600bug kbWebServer kbGrpASP kbVS600sp2 kbVS600SP1 kbVS600sp3fix |
Last Reviewed: May 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |