> With mysql_use_result () I have the problem, that the client do not
> know in front, how many records matched the query.
>
> But if the GUI client user wants to see the last but 30 query result
> records, e.g.,
> I have to know recordnumber of the last matching record.
Having a simple "select *" on a table, you can at first send another query,
which returns the number of rows like "select count(*) from table".
Greetings,
Ansgar Becker
http://anse.de/ | [EMAIL PROTECTED]
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php