From: Ed Carp Date: March 24 1999 5:08pm Subject: Re: need help on MySQL C API List-Archive: http://lists.mysql.com/mysql/906 Message-Id: <00ff01be7618$ec5c09a0$74c9a8c0@traveler.airmail.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I have some questions about MySQL C API. I don't know if MySQL have some features like next( ), list( ) , position( ), which can allow me to move from one record to another record in one table. Any help will be appreciated. No, not directly. Try the MyC VB-like API - it allows you to do what you want to do. MyC can be downloaded from ftp://206.138.229.65/pub/Software/MyC.zip