Re: EDS
- Posted by Irv Mullins <irv at ELLIJAY.COM> Mar 13, 2000
- 616 views
On Fri, 10 Mar 2000, I wrote: > I need the ability to lock individual records, make a change, and write the > change back to disk (quickly) before unlocking the record for someone else to > use.... The thought occurs to me that using Pete's RDC.e, I should be able to turn EDS into a db server, and write client programs for my users. That would accomplish two things: all the data would be accessed by one program, not several, and only one function could be performed at any given time, so that the issue of file/record locking would be moot, and multi-user capability would be more or less free. This seems too easy. Am I missing something? Irv