Prev: Can You Save the DataGridView Sort Order / Update the Underlying DB?
Next: common ways creating projects.
From: merco on 26 Mar 2010 03:23 Hi. I can't unserstand how startRecord works; i think there is a problem. I'm using maxrecord=5. If i put zero 0, the dataset is filled with all values in table (rows.count is = @@rowcount) If i put 1 the dataset is filled only with 5 values, but row is not the first one in the table, is the second! If i put 2 the dataset is filled only with 5 values, but row is not the first one in the table, is the third! .... and so on. So MSDN says that startRecord is 0-based index... that seems to be true but in this way we lost our first record !!
From: Cor Ligthert[MVP] on 27 Mar 2010 03:34
"merco" <d.mercanti(a)gmail.com> wrote in message news:d7644d28-a84c-45ef-9643-a258da2e7f58(a)i25g2000yqm.googlegroups.com... > > So MSDN says that startRecord is 0-based index... that seems to be > true but in this way we lost our first record !! Can you show us a link to that, I've never heard of that, is it not in a kind of forum solution? |