Bugs item #1980625, was opened at 2008-05-31 15:52 Message generated for change (Comment added) made by sjoerd You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1980625&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation >Group: Clients 1.24 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Stefan de Konink (skinkie) Assigned to: Sjoerd Mullender (sjoerd) Summary: Remove (VALUE) from MAPI_SEEK functions Initial Comment: http://homepages.cwi.nl/~mk/MonetDB/Mapi-Function-Reference.html Maybe only stupid people make mistakes, but my suggestion is to rewrite: Reset the row pointer to the requested row number. If whence is MAPI_SEEK_SET (0), rownr is the absolute row number (0 being the first row); if whence is MAPI_SEEK_CUR (1), rownr is relative to the current row; if whence is MAPI_SEEK_END (2), rownr is relative to the last row. To: Reset the row pointer to the requested row number. If whence is MAPI_SEEK_SET, rownr is the absolute row number (0 being the first row); if whence is MAPI_SEEK_CUR, rownr is relative to the current row; if whence is MAPI_SEEK_END, rownr is relative to the last row. (removing the values) Because the user should not use the value anyway, and it is to error prune to copy paste it as 'function'. ---------------------------------------------------------------------- >Comment By: Sjoerd Mullender (sjoerd) Date: 2008-06-03 16:13 Message: Logged In: YES user_id=43607 Originator: NO Done as suggested. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1980625&group_id=56967 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
