Checking database using background worker

Joined
Oct 8, 2012
Messages
7
Programming Experience
Beginner
hi everyone .. i really need your help !!

i am building an online ordering using PHP and my back-end in VB.net 2008 ..

for instance, a user of vb.net while working with product maintenance for example , and then someone submits order(so it will be saved to the database), using the background worker, during runtime it will search for new input on the database and notify the user of vb.net that there is a pending order using label (label only for simplicity)....

how can I do that?


please please help me.. :((
 
Ah, I initially read your answer as SQL Server but then looked again and noticed that it's actually MySQL. The idea I had is specific to SQL Server. If MySQL has no specific notification functionality then you'll just have to use a Timer and check periodically.
 

Latest posts

Back
Top