Re: Delphi 5.0 ADO with d5adoupdate2 fail with findNext ?
- From: "Mike B" <mikeb@xxxxxxxxxxx>
- Date: Sun, 25 Jun 2006 22:38:20 +0200
Have you installed the Delphi 5 ADO updates?
Mike
"Nyssi" <jukka.raisio@xxxxxxxxxxxxxxx> wrote in message
news:449e9514$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Delphi 5.0 ADO with d5adoupdate2 fail with findNext ?
At least this little piece of code fails with .. BOF EOF error in my
case...(firebird,mssql6.5)
-------------
if active and findfirst then
repeat
...
until not findNext;
end;
--------------
If I just alter the file ADODB and compile with it works fine...
---------------- ADODB.PAS line 4689
if not Cursor.BOF and not Cursor.EOF then // added "Exception" ???
begin
if (Cursor <> Recordset) then
Recordset.Bookmark := FFindCursor.Bookmark;
Resync([rmExact, rmCenter]);
SetFound(True);
end;
except
----------------
Is This known bug or am I doing something terribly wrong?
-jukka
.
- Follow-Ups:
- References:
- Prev by Date: Delphi 5.0 ADO with d5adoupdate2 fail with findNext ?
- Next by Date: Refresh DB
- Previous by thread: Delphi 5.0 ADO with d5adoupdate2 fail with findNext ?
- Next by thread: Re: Delphi 5.0 ADO with d5adoupdate2 fail with findNext ?
- Index(es):