MyTable

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Alessandro

MyTable

Post by Alessandro » Sun 06 Mar 2005 12:58

Hello.
I take a look at the demo of you components for using MySql with an open source project.
I have a problem using MyTable.
With your demo project Table I have changed your database test with my test data, including a table with 1.000.000 row.
Opening the table, even setting the property FetchAll to false (FetchRows =25) it takes about 1 minute to opening the table.
There is any other property to set?

Thank you very much

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 09 Mar 2005 15:46

What properties are set for TMyTable? For example, setting OrderFields can cause noticeable delay of processing data at the server.


> I take a look at the demo of you components for using MySql with an open
> source project.

Please note that MyDAC is a commercial library and it cannot be distributed with open source projects.

Post Reply