S
serdar c.
hi there, i am working on a program that takes data from a text file with
streamreader.readline() method. the problem is , this text file is being
used by another application which appends lines to the end of file when a
customer buys something. (its a third party program that i cannot acces). my
concern is if my readline and the other programs append action conflicks
(maybe the third party program will get an access denied error) there may be
a data loss, which results loss of important sales data.
so, my question is is ther a way to prevent this happen? i must be sure that
this would never happen ..
thanx for spending ur time on reading, best regards.
streamreader.readline() method. the problem is , this text file is being
used by another application which appends lines to the end of file when a
customer buys something. (its a third party program that i cannot acces). my
concern is if my readline and the other programs append action conflicks
(maybe the third party program will get an access denied error) there may be
a data loss, which results loss of important sales data.
so, my question is is ther a way to prevent this happen? i must be sure that
this would never happen ..
thanx for spending ur time on reading, best regards.