Hello all,

I'm using the libmysql.dll API to interface to a mySQL-Server Database.
The GUI client is generic, so the user can bind any SELECT query on
a large database (Logging database).

How can I prevent the mySQL client to use mysql_store_result (),
since this would transfer the whole query result to the client.

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.

Does anyone had the same problem, since I guess it's a fundemental one ?!

Thank You in advance.

Andreas Metzner
MAN Roland AG
Software Management DICO
[EMAIL PROTECTED]

Reply via email to