Microsoft KB Archive/168273

From BetaArchive Wiki

Article ID: 168273

Article Last Modified on 4/21/2001



APPLIES TO

  • Microsoft Visual InterDev 1.0 Standard Edition



This article was previously published under Q168273

SYMPTOMS

The following error occurs when deleting the last record of a Sybase table using the "Delete" button on a DataForm Wizard generated form:

Invalid Operation



The delete succeeds on the Sybase table.

CAUSE

The DataForm Wizard generated code executes a "MovePrevious," which is not allowed for Sybase tables.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug has been corrected in Visual Studio 97 Service Pack 1.

For additional information about the Visual Studio 97 Service Pack 1, please see the following article in the Microsoft Knowledge Base:

170365 INFO: Visual Studio 97 Service Packs - What, Where, and Why


MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a web project with a connection to a Sybase database.
  2. Run the DataForm Wizard.
  3. Preview xxxForm.ASP in the browser.
  4. Move to the last record.
  5. Choose Delete.

Results: Error : Invalid Operation

Keywords: kberrmsg kbbug kbfix kbvs97sp1fix kbvs97sp2fix kbvisid600fix kb3rdparty KB168273