Only first 100 records returned

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
andreim
Posts: 11
Joined: Mon 29 Aug 2005 14:56
Location: Miami, FL

Only first 100 records returned

Post by andreim » Tue 24 Jan 2006 17:05

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.

Serious

Post by Serious » Tue 24 Jan 2006 17:20

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.

andreim
Posts: 11
Joined: Mon 29 Aug 2005 14:56
Location: Miami, FL

Post by andreim » Tue 24 Jan 2006 17:36

My bad. Paginal mode was on - new feature I wasn't aware of.
Thank you!

Post Reply