Hello.
I'm making a database application and want to separate dbfunctions in dll. How I can fill(access) dataset in Main form from dll function.I make dataset public and dll have a referense to Main form but when i compile dll compiler doesnt see dataset?
Thanks