I am trying to migrate from Delphi XE to Delphi XE7, so I opened my Delphi XE - project, but it can not bi compiled, because Delphi XE7 does not recognize IBDatabase, IBCustomDataSet, IBQuery, IBStoredProc.
How to solve this problem ?

Recommended Answers

All 3 Replies

Please don't answer to this question, because I have solved above problem yet ....

This solved my issue:

uses
IBX.IBDatabase, IBX.IBCustomDataSet, IBX.IBQuery, IBX.IBStoredProc;

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.