Re: can the loading of a large number of records go as quick as in DOS
- From: "Dave O." <nobody@xxxxxxxxxxx>
- Date: Fri, 15 May 2009 13:36:08 +0100
If you are using OBDC/DAO/whatever to read from a MDB then it should be OK.
From your posting it seems that the old program only loaded data as it wasneeded, why can't you use a similar philosophy here?
Secondly is there an apparent delay because the program does not display
until the data is loaded? if so move the data load out of the Form_Load, let
the program show itself then add then records.
There are at least as many different ways to do this as there are
programmers, but as you have given us virtually zero information as to how
you are doing this now, it's not easy to offer firm suggestions as to how to
improve matters.
Regards
Dave O.
"catharinus" <csvanderwerf@xxxxxxxxx> wrote in message
news:3f8a6703-6f51-450d-96ac-397caa442bd4@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello
I have build a windows-copy of a DOS-accounting program.
All works nice, but the only thing that bothers me is the fact
that loading a large number of records is not as quick as in DOS.
How can I solve that problem. The data are shown in a MSHFlexGrid and
comes from an Access-database.
The diference between the DOS-and Windows program is probarbly caused
by using a different technic. It looks as DOS reads all the time from
and to the hard disk (and thus has only the visible records /data in
the memory) as Windows first loads all the records and so has all
these records all the time in memory.
Am I right and is there a solution for the delaying loading in the
windows-
program?
Thanks
Catharinus van der Werf
csvanderwerf@xxxxxxxxx
.
- Follow-Ups:
- References:
- can the loading of a large number of records go as quick as in DOS
- From: catharinus
- can the loading of a large number of records go as quick as in DOS
- Prev by Date: OLE and Word 2007 slow
- Next by Date: Re: can the loading of a large number of records go as quick as in DOS
- Previous by thread: can the loading of a large number of records go as quick as in DOS
- Next by thread: Re: can the loading of a large number of records go as quick as in DOS
- Index(es):
Relevant Pages
|