Subject | Re: [IBO] Problem with TIB_Query.RecordCount |
---|---|
Author | Dmitry Beloshistov |
Post date | 2002-10-25T14:31:16Z |
Hello, Jörg!
You wrote in conference egroups.ibobjects to <IBObjects@yahoogroups.com> on
Thu, 24 Oct 2002 19:38:15 +0200:
JB> I don't know the reason why RecordCount failed, but I have trouble
JB> with these property too.
JB> So I use RowsSelected. The result seems to be the same, but
JB> RowsSelected work.
Hmmm.... You may use:
IB_Query1.FetchAll;
ShowMessage(IntToStr(IB_Query.RecordCount));
WBR, Dmitry Beloshistov AKA [-=BDS=-]
e-mail: torin@...
You wrote in conference egroups.ibobjects to <IBObjects@yahoogroups.com> on
Thu, 24 Oct 2002 19:38:15 +0200:
JB> I don't know the reason why RecordCount failed, but I have trouble
JB> with these property too.
JB> So I use RowsSelected. The result seems to be the same, but
JB> RowsSelected work.
Hmmm.... You may use:
IB_Query1.FetchAll;
ShowMessage(IntToStr(IB_Query.RecordCount));
WBR, Dmitry Beloshistov AKA [-=BDS=-]
e-mail: torin@...