undefined: TLocateExOptions ?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Peter Helfrich
Posts: 2
Joined: Sat 06 Dec 2008 09:37

undefined: TLocateExOptions ?

Post by Peter Helfrich » Sat 06 Dec 2008 09:44

Hello,

I'm using Delphi7 with the actual MyDAC Pro.

If I want to use LocateEx. I get an error because TLocateExOptions is
undefined. Why?

What can I do?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 09 Dec 2008 11:46

To solve this problem you should add the MemData unit to the uses clause of the unit where the error arises.

Post Reply