Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to get the value of MySQL global variable aborted_clients through VC++, but unable to code it. Please help if anyone knows how to do it.

EDIT: Also see C++ and MySQL aborted connects[^]
Posted
Updated 29-May-10 23:57pm
v3

1 solution

Can't you just write a stored procedure that returns that value?

After scanning down through subsequent questions, I found your other one, and someone gave you the answer:

http://www.codeproject.com/Questions/83315/Cplusplus-and-MySQL-aborted-connects.aspx[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900