Loading data through DLLs
Posted: Tue 06 May 2008 12:46
Dear Administrators
I am developing a project (in Delphi) wish should have 1 form. The main form, just call a DLL. In DLL, I need to create 1 connection and 1 msquery; it is easy, but I have a question:
- How do I create a link in main form (DBGrid - for example) to a connection in DLL?
Look:
---> MainForm --> DBGrid --> DataSource --> ??? (DLL)
Help me, please.
Observation: I use a SDac 4.35 (registered component) with Delphi 6.
Thanks.
I am developing a project (in Delphi) wish should have 1 form. The main form, just call a DLL. In DLL, I need to create 1 connection and 1 msquery; it is easy, but I have a question:
- How do I create a link in main form (DBGrid - for example) to a connection in DLL?
Look:
---> MainForm --> DBGrid --> DataSource --> ??? (DLL)
Help me, please.
Observation: I use a SDac 4.35 (registered component) with Delphi 6.
Thanks.