Hi,
I am planning a new project (using D7), and I would like to have the connection
component inside a DLL. For example, I would have in a Datamodule stored in that DLL
a connection component, and in another a list a TDatasets. This I could deliver a
Interbase solution, by packing the EXE with the Interbase DLL connection, ou I could
deliver a SQL Server solution, packing the same EXE but with an ADO DLL connection.
How can I achieve that?
Best regards,
Clément