How do i resolve a conflict between Adonis data components and Borland data component.
I have one project that uses the internal Delphi TADOQuery component that has a property Database that connects it to a TDatabase component. Then i have another project that uses TADOQuery from Adonis that has Connection property that connects to the TConnection component.
My problem is, every time i try to open the second project (with Adonis component) it complains it cant find certain property (TADOQuery.Connection) hence cannot compile. How do i disable/Enable the relevant package that i need to use for each project?
Can this two packages live together on the same delphi installation?
Am using Delphi 7 & Adonis 4.4
Gath