Hi Norbert. We found a problem with Sqlie and I wonder if it is our fault or
not.
Imagine we send a query and we iterate the resultset with odbx_row_fetch

Now...imagine the query answered 3 rows. We invoke odbx_row_fetch times and
we correctly get the rows. Now...the problem is that it does NOT answers
ODBX_ROW_DONE ("0") but instead  ODBX_ROW_NEXT ("1") . Hence, we assume we
can continue asking rows. And in fact, if we continue invoking that function
3 more times, we get AGAIN those 3 rows...

So...shouldn't this answer ODBX_ROW_DONE after the 3 times I invoked
odbx_row_fetch ?

Thanks a lot in advance

-- 
Mariano
http://marianopeck.wordpress.com
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
libopendbx-devel mailing list
libopendbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libopendbx-devel
http://www.linuxnetworks.de/doc/index.php/OpenDBX

Reply via email to