Re: One more time: RDMS for DOS and Windows
- Posted by Hugo Rozas <hrm at PERU.ITETE.COM.PE> Feb 26, 2000
- 457 views
> and frankly I don't think you will ever find one which does. > > A relational database engine is not the kind of thing people write for > fun. > No one is likely to develop a new one for DOS, much less one which is > open, 32-bit, and callable from Euphoria. > > Therefore, the choices which remain are: > > 1. To write your own Euphoria routines to access your existing data. > Daniel Berstein's dbase III code would be a good starting point. > One (of many) problems: you will have to implement your own record > locking. Some time ago, I sent to the RDS archives a little program that shows how to lock records across a network; Maybe it can help. ( LOCK / RLOCK ) Greets Hugo