v5.2.5 - TStatementTypes not found error

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
stevel
Posts: 125
Joined: Tue 02 Nov 2010 19:01

v5.2.5 - TStatementTypes not found error

Post by stevel » Thu 26 Dec 2013 14:15

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?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: v5.2.5 - TStatementTypes not found error

Post by AlexP » Fri 27 Dec 2013 07:14

Hello,

To solve the problem, you should add the DASQLGenerator module to the Uses section.

Post Reply