MySQL Forums
Forum List  »  Newbie

how to use mysql_store_result() and mysql_stmt_data_seek()
Posted by: soniclnd soniclnd
Date: April 21, 2005 06:34PM

can anybody show me an example of how i would use the mysql function mysql_store_result()?..... i've been looking and i haven't found any examples, and i can't understand how they explain the structure of it on the mysql documentation (http://dev.mysql.com/doc/mysql/en/mysql-store-result.html) they tell me this:
MYSQL_RES *mysql_store_result(MYSQL *mysql)
but i dont understand wat that means....
could u please also explain how to use mysql_stmt_data_seek()... they describe it as
void mysql_stmt_data_seek(MYSQL_STMT *stmt, my_ulonglong offset)
but i dont understand that either....
can anybody help?
soniclnd@gmail.com

Options: ReplyQuote


Subject
Written By
Posted
how to use mysql_store_result() and mysql_stmt_data_seek()
April 21, 2005 06:34PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.