Page 1 of 1

Paginal access to database ?

Posted: Thu 10 Aug 2006 11:09
by AceEmbler
Can you explain how can I obtain such a feature in MySQLDirect mobile. Can I do it with DataAdapter automatically ??

Posted: Thu 10 Aug 2006 11:17
by Serious
Basic functionality of paginal execute is implemented in MySqlCommand.ExecutePageReader() method. You can use also MySqlDataTable component, refer to StartRecord/MaxRecords properties.