P
Paul Ilacqua
I'm using VB 2005 and want to build and use a counter file. It will be used
as an autonumber field for a database application. It will be hit 10 - 15000
times a day. Naturally I want to lock all reads - writes while the number is
incremented. The file can be read - incremented and be rewritten. I can
cludge something together but I'd like to learn the "correct" method.
Thanks
Paul
as an autonumber field for a database application. It will be hit 10 - 15000
times a day. Naturally I want to lock all reads - writes while the number is
incremented. The file can be read - incremented and be rewritten. I can
cludge something together but I'd like to learn the "correct" method.
Thanks
Paul