Paginal access to database ?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
AceEmbler
Posts: 26
Joined: Fri 04 Aug 2006 09:45

Paginal access to database ?

Post by AceEmbler » Thu 10 Aug 2006 11:09

Can you explain how can I obtain such a feature in MySQLDirect mobile. Can I do it with DataAdapter automatically ??

Serious

Post by Serious » Thu 10 Aug 2006 11:17

Basic functionality of paginal execute is implemented in MySqlCommand.ExecutePageReader() method. You can use also MySqlDataTable component, refer to StartRecord/MaxRecords properties.

Post Reply