resultset view only
Posted: Tue Apr 01, 2008 12:52 am
Hi All,
I have a question (php i.c.w. mysql): if you use the function You will get a resultset. And you can iterate through this resultset.
I guess that the resultset is just a table and you can iterate through it based on the row identifier. Can you delete rows from the resultset? (not from the database)
Thx
Kind Regards,
Pranay
I have a question (php i.c.w. mysql): if you use the function
Code: Select all
mysql_result($query);I guess that the resultset is just a table and you can iterate through it based on the row identifier. Can you delete rows from the resultset? (not from the database)
Thx
Kind Regards,
Pranay