Subject | Re: [IBO] Re: .RecordCount doesn't have the same functionality as with BDE |
---|---|
Author | Dennis Fantoni |
Post date | 2000-11-28T19:25:04Z |
I haven't run into any problems yet - but that doesn't mean that there are
no problems of course. I haven't tested the few parts of the application
that uses recordcount with multiple users...
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...
Dennis
no problems of course. I haven't tested the few parts of the application
that uses recordcount with multiple users...
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...
Dennis
----- Original Message -----
From: "Kurt Bilde" <kub@...>
To: <IBObjects@egroups.com>
Sent: Tuesday, November 28, 2000 6:43 PM
Subject: [IBO] Re: .RecordCount doesn't have the same functionality as with
BDE
> I can see that you uses the TIBOTable. Did you use the .RecordCount in
> your application and if so how did solve the problem with
> .RecordCount now returning the correct number of records??
> -Kurt