Board index » delphi » Access. D4 reporting incorrect record count
Craig Andrews
![]() Delphi Developer |
Sun, 06 Jan 2002 03:00:00 GMT
|
Craig Andrews
![]() Delphi Developer |
Sun, 06 Jan 2002 03:00:00 GMT
Access. D4 reporting incorrect record count
Hello,
Using D4 and Access 97 with a VERY large table (500,000+ records - yeah I var begin Any help is greatly appreciated! Thanks, |
Craig Andrew
![]() Delphi Developer |
Sun, 06 Jan 2002 03:00:00 GMT
Re:Access. D4 reporting incorrect record countJeff, Thanks for the response, and perhaps I'm being extra dumb, but nothing TbVoters.Active := True; Craig Jeff Overcash (TeamB) <overc...@onramp.net> wrote in message Quote> RecordCount will not be correct until at least a FetchAll is called and |
Team
![]() Delphi Developer |
Mon, 07 Jan 2002 03:00:00 GMT
Re:Access. D4 reporting incorrect record countRecordCount will not be correct until at least a FetchAll is called and all the records are returned to the client side. QuoteCraig Andrews wrote: Jeff Overcash (TeamB) (Please do not email me directly unless asked. Thank You) And so I patrol in the valley of the shadow of the tricolor I must fear evil. For I am but mortal and mortals can only die. Asking questions, pleading answers from the nameless faceless watchers that stalk the carpetted corridors of Whitehall. (Fish) -- |
Gerrit Moelle
![]() Delphi Developer |
Mon, 07 Jan 2002 03:00:00 GMT
Re:Access. D4 reporting incorrect record countMy Recordset Components have a property property AutoFillUprecordset: Boolean that will automatically fill the recordset to ensure to return the correct www.gm-software.de |
Wood
![]() Delphi Developer |
Mon, 07 Jan 2002 03:00:00 GMT
Re:Access. D4 reporting incorrect record countTry going to the last record then back to the first. See if that makes any difference. Sometimes I have found that this puts the record count in sync for large tables that can't load entirely at one time. TbVoters.Last; Woody QuoteCraig Andrews <Cr...@ZDTSoftware.com> wrote in message Jeff, Thanks for the response, and perhaps I'm being extra dumb, but nothing TbVoters.Active := True; Craig Jeff Overcash (TeamB) <overc...@onramp.net> wrote in message Quote> RecordCount will not be correct until at least a FetchAll is called and |
Craig Andrew
![]() Delphi Developer |
Mon, 07 Jan 2002 03:00:00 GMT
Re:Access. D4 reporting incorrect record countThanks to everyone, but the blasted thing still says there are only 7509 records. This wouldn't be all that important but during an iteration through the database, I use progressbar.position := ((current_record_ctr / tbvoter.recordcount) * 100). Craig QuoteWoody <woody....@ih2000.net> wrote in message Quote> Try going to the last record then back to the first. See if that makes any |
1. TRichEdit.Lines.Count Giving Incorrect Count?
2. Delphi 4 + Native Ms Access 97 driver + Filtered dataset + record count/record number
3. Database Desktop reports incorrect indices for Access 95 tables in .MDB
4. TQuery Record Count for Quick Report
5. QR Report record count when using TQRPreview
6. Access Record Count with D3 and BDE 5.01
7. Record count in Access tables....
8. Why is my component count incorrect?
10. Access Violation upon closing a preview in quick Reports D4