Subject Re: [firebird-support] No rows were affected by the update or delete operation
Author Helen Borrie
At 10:04 PM 11/01/2004 +0000, you wrote:
>Periodically, I get an error while trying to update that says "No
>rows
>were affected by the update or delete operation." I am updating
>several
>of the rows fields. Can anyone shed some light on why I'm getting
>this
>error?

It's not a Firebird error. It's never an error if Firebird can't find any
rows to update or delete. That message text is not one of Firebird's, either.


>My application is running on Windows 2000 using FB1.5 RC7 using
>gemini ODBC driver.

Perhaps you could trace through the Gemini driver code and look for the
conditions that cause it to give you this message. It might just be an
information message..

It's most likely to be an error from the client application you are using...

/heLen