Page 1 of 1

Only first 100 records returned

Posted: Tue 24 Jan 2006 17:05
by andreim
I just downloaded v.3.20.6 (not demo) and installed it. Maximum returned records is 100. Any ideas why?
Using VisualStudio .NET 2003
Thank you.

Posted: Tue 24 Jan 2006 17:20
by Serious
Check if you use MySqlCommand.ExecutePageReader method, MySqlDataTable.MaxRecord property or LIMIT clause. If this is not the reason please send us small piece of your code where the error occurs.

Posted: Tue 24 Jan 2006 17:36
by andreim
My bad. Paginal mode was on - new feature I wasn't aware of.
Thank you!