value watcher question
I have a box that displays a certain value from a database, and updates that value on a timer. This has seen very inconsistant performance. The database is mysql. What I am wondering is how I can make the program update the value in the box automatically, without using a timer. I would rather not use threading either. Is there a way to detect if the database table has been changed, then update it?
Sam HobbsPosted Apr 9, 2010, 2:32 AM
patrickPosted Apr 8, 2010, 5:36 PM
Sam HobbsPosted Apr 6, 2010, 2:58 PM
patrickPosted Apr 5, 2010, 6:32 PM
I appreciate the help and will post anything more to help you help me. Thank you.
Sam HobbsPosted Apr 5, 2010, 5:42 PM
MySQL has classes for use with .Net. Are you using them or are you using COM objects or some other unmanaged calls?
Are you using TableAdapters?
It is difficult to know what type of info you should post since there is so little to go on. Can you please try to be more specific?
patrickPosted Apr 5, 2010, 3:56 PM
Sam HobbsPosted Apr 5, 2010, 2:40 PM