Subject | Re: [IBO] Re: .RecordCount doesn't have the same functionality as with BDE |
---|---|
Author | Dennis Fantoni |
Post date | 2000-11-28T19:53:35Z |
that is, when i need all records in a table i use .next
doing that to just get the recordcout is probably much slower than using a
query to do a select count('id') or similar
so for scanning i use .next and .eot
For counting i use a sql statement.
Dennis
doing that to just get the recordcout is probably much slower than using a
query to do a select count('id') or similar
so for scanning i use .next and .eot
For counting i use a sql statement.
Dennis
----- Original Message -----
From: "Kurt Bilde" <kub@...>
To: <IBObjects@egroups.com>
Sent: Tuesday, November 28, 2000 8:46 PM
Subject: [IBO] Re: .RecordCount doesn't have the same functionality as with
BDE
> Hi Dennis !
>
>
> > mostly i just run through a table with first and next, testing for
> >eot. I don't think i use recordcount for anything but display
> >purposes. But i'll check the program one of these days just to be
> >sure...
> I'll do the same... But it would have been nice if the .RecordCount
> have been accurate, but as long as there is a solution then...
>
> -Kurt
>
>
>
>
>
>