Andreas Metzner writes:
> 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 (),
> sin
> 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 *
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 r