Subject Is datamodule the right place?
Author mmenaz@lycosmail.com
Hi, I'm trying to build my sort of accounting program with native IBO
and, for this project, I don't want to use Ehn components.
So, I've started populating datamodule with the queries, but since
each query has a lot of lookup queries linked, and those lookups are
often needen in more than one query, naming and space are becoming a
mess or a nightmare.
What is your aproach when you have about 50 tables and related
lookups? Do you use one main datamodule with the connection and other
datamodules divided in "area of interest" (i.e. base tables,
accounting ones, invoices, customers related, report tables, etc.)?
Help!
Thanks a lot
Marco Menardi