Re: Ado takes quite a lot of memory!

From: John Herbster \(TeamB\) ("John)
Date: 10/22/03


Date: Wed, 22 Oct 2003 10:45:30 -0500


"Kuzkot" <kuzkot@videotron.ca> wrote

> > 60 tables, 15 rows, 4 columns, 10 bytes per column = 36 KB.
> > Maybe Kuzkot needs a custom object instead of a database
> > and tables.

> Are you just sarcastic or do you see a solution to my problem ?

A little of the former and a lot of the latter.
 
> So basically: how to keep it the way it is AND reduce
> the memory my lookup DataModule consumes ?

(1) How do you need search the tables?
 (With SQL or would adhoc methods do?)
(2) Do you read more than you update?
(3) How do you use these tables?
 (With TDataSource and controls?)

Regards, JohnH



Relevant Pages

  • Re: DataGrid.Binding()
    ... dataset to automate your updates back to the database, ... You cannot bind a DataTable with a custom object. ... > What about the first question? ... If you receive data from a few database ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: DataGrid.Binding()
    ... You cannot bind a DataTable with a custom object. ... What about the first question? ... If you receive data from a few database ...
    (microsoft.public.dotnet.framework.aspnet)