I'm developing a product registration system and cash front.
My main Form is the Orders screen and from there I open the other registration screens (Units of Measure, Products, Forms of Payment, Customers, etc.)
For each of these screens I have a zTable in a DataModule. And on the OnShow / OnClose of each form, I open / close zTables.
As the main screen I need these open zTables, my question is: Is it advisable to open them in the main form and keep them open for as long as my application is running?