0
I have an exe in Delphi and I use a dll also in Delphi. In exe I have a tdatabase for connection to a bank, and in dll I would like to capture and use this component without creating a new tdatabase to access the bank, avoiding two simultaneous connections with the bank.
Thanks in advance.
It wouldn’t just be passing an Sqlconnection per parameter ?
– Victor Tadashi
If I passed Sqlconnection by parameter it would create a new connection and that’s what I don’t want
– Genesio Mendonça