[Firebird-devel] DPM_get() and DPM_fetch()

2014-04-01 Thread Dimitry Sibiryakov
Hello, All. Reading code, I see that in some cases DPM_get()+VIO_data() is used to get record data and in some other cases DPM_fetch()+VIO_data() is used for the same purpose. But I cannot understand what is the difference between these cases. I see that DPM_get() uses pointer page

Re: [Firebird-devel] DPM_get() and DPM_fetch()

2014-04-01 Thread Dmitry Yemanov
01.04.2014 20:38, Dimitry Sibiryakov wrote: Reading code, I see that in some cases DPM_get()+VIO_data() is used to get record data and in some other cases DPM_fetch()+VIO_data() is used for the same purpose. But I cannot understand what is the difference between these cases. I see that