More on IndexDefs

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
John Bell
Posts: 17
Joined: Mon 25 Sep 2006 17:38

More on IndexDefs

Post by John Bell » Tue 04 Jun 2013 17:56

I am trying to create a table from information stored in TMyTable. I can access the fields but when i try to access IndexDefs i get an error because the table does not exist (I also am assuming this has something to do with the Migration Wizard problem i ran into). i am guessing that even though you can add indexdefs in the IDE, it doesn't really work? so what am i missing here? thanks.

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: More on IndexDefs

Post by DemetrionQ » Wed 05 Jun 2013 16:56

Hello.

MyDAC doesn't allow editing IndexDefs. If you need client side sorting, you may use the TMyTable.IndexFieldNames property.

Post Reply