TIBCQuery Increment record

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
calou
Posts: 116
Joined: Tue 27 May 2008 12:46

TIBCQuery Increment record

Post by calou » Wed 03 Mar 2010 10:47

Hello,

I am looking for a method to increment the actuel record.
For example in order to do IbcQuery.Next;IbcQuery.Next;IbcQuery.Next;
I search a method IbcQuery.IncRecord(3)

Thanks for help

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 04 Mar 2010 09:47

You can use the TDataSet.MoveBy(Distance) method.

Post Reply