Retrieve data from database
Posted
by martin
on Stack Overflow
See other posts from Stack Overflow
or by martin
Published on 2010-05-11T07:43:27Z
Indexed on
2010/05/11
7:54 UTC
Read the original article
Hit count: 220
I need to use C# to get data from database(sql) and the data in database is updated every few seconds. So do I have to make a loop or there is a better way to do that? Is it possible that when database is updating, the program can wait until it finishes updating? thx!
© Stack Overflow or respective owner