From: Adam Powell Date: March 13 1999 10:34pm Subject: MYSQL_ROW_OFFSET List-Archive: http://lists.mysql.com/mysql/180 Message-Id: <00c101be6da1$a54e7fe0$4d957ed4@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi... I have pulled down a result using the C API, and this result contains about 5-30 rows variably. What I want to do is to jump to one of these rows using a random number and select the result but I cannot find any documentation for mysql_row_seek... I tried using a random number but it needs a MYSQL_ROW_OFFSET instead, and I cannot work out what one of these is! Any ideas? Thanks! Ad