Página 1 de 1

MYSQL: stop a running query

Publicado: Mié May 09, 2012 5:37 am
por Roberto
Hi,
I have a form where I get an user input to search for in a table. Each time the user change the value I want to get the records that match the request. If I start a query and the user is still typing his text I want to stop the current query and update the searched value. Is there a way to do that? I means stop a running query?
tks,

MYSQL: stop a running query

Publicado: Mié May 09, 2012 11:32 am
por ignacio
Roberto escribió el mié, 09 mayo 2012 05:37Hi,
I have a form where I get an user input to search for in a table. Each time the user change the value I want to get the records that match the request. If I start a query and the user is still typing his text I want to stop the current query and update the searched value. Is there a way to do that? I means stop a running query?
tks,
Actually, is not possible. BTW, I put your suggestion on our wish list.
Regards,