I've installed the 5.2.5 Professional (w/o source) version for XE2. Now code which was compiling in the previous version is giving a compile-time error.
The error is caused because the identifier TStatementTypes is not found.
Which unit is this file located in?
v5.2.5 - TStatementTypes not found error
Re: v5.2.5 - TStatementTypes not found error
Hello,
To solve the problem, you should add the DASQLGenerator module to the Uses section.
To solve the problem, you should add the DASQLGenerator module to the Uses section.