Hi,
I'm using Delphi Win32 and use DataModules for most of my major forms.
I'm wondering whether to use a single TMyConnection that all the DataModules access or to put a connection in each one. I'm trying to make each Form/DataModule to be as independent as possible, but I'm worried about memory and network load.
Your advice would be appreciated.
Alan