Bug #1128 Visual Basic Runtime Error
Submitted: 24 Aug 2003 18:28 Modified: 29 Sep 2003 6:48
Reporter: Scott Fullman Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: Replication Severity:S1 (Critical)
Version:3.23.54 OS:Windows (Windows NT)
Assigned to: CPU Architecture:Any

[24 Aug 2003 18:28] Scott Fullman
Description:
I am getting a runtime error now with a program that I have been running for several weeks. I am attempting to update a price record by record and get the following error message:

Query-based update failed because the row to update could not be found. The error number is 2147467259.

PLEASE HELP!!!!

How to repeat:
    Do
        If rstOptions.EOF Then Exit Do
        rstOptions!LastPrice = 0
        rstOptions.Update
        rstOptions.MoveNext
    Loop
[29 Aug 2003 6:48] MySQL Verification Team
Is possible for you to create a test case with a small VB project and
related table structure and upload it for us at:

ftp://support.mysql.com/pub/mysql/secret

and let us know of the file name, so we can try to reproduce it?

Also, it is a bug Replication category ?

Thanks.
[14 Feb 2005 22:54] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".