Board index » delphi » Lots of DBGrids ?

Lots of DBGrids ?

Sorry, this is a very subjective question;
Does anyone have any experience with developing an application with LOTS of
DBGrids?  I have an application that I'd like to have a dynamic number of
grids - anywhere from 3 to 30+.
Obviously, there are lots of factors such as the size of the datasets for
each DBGrid and the configuration of the machine but does the overhead of
using so many DBGrids make the program unusable or no problemo?

 

Re:Lots of DBGrids ?


There's only one way to find out what happens, and that's to try it. Are the
grids all going to be on one form, or many forms? If you have many forms,
that will use up quite a bit of resources.

--
Steve F (Team B)

Re:Lots of DBGrids ?


"Steve F (Team B)" <sfischk...@home.com> wrote in message
news:95n0n8$mc9@bornews.inprise.com...

Quote
> There's only one way to find out what happens, and that's to try it. Are
the
> grids all going to be on one form, or many forms? If you have many forms,
> that will use up quite a bit of resources.

They'll all be on the same form, just on different pages of a page control.

Re:Lots of DBGrids ?


Well, go for it and see what happens. You may want to test with many other
open apps to stress the system, though usually, having Delphi open uses up
resources too.

--
Steve F (Team B)

Other Threads