Re: Databases
- Posted by Irv Mullins <irv at ELLIJAY.COM> Feb 17, 2000
- 582 views
On Wed, 16 Feb 2000, Prasanta. wrote: > Hi to all, > > I am new to Euphoria Language and enjoying programming in it. Has anybody in > this community used > euphoria with any database ? Can anybody tell me how to do that in WIN32 > environment? > Any help is appreciated. There is a rather old and incomplete dbase III library which can read, write and create dbase files on the Euphoria website. This library cannot do index files, and has no provision for deleting records. Someone posted a fairly complete Euphoria wrapper for mysql recently, but seems to have dropped out of sight. Since it is relatively simple and fast to use Euphoria itself to handle small amounts of data (whatever fits in memory) I suspect there isn't likely to be much real effort to achieve database connectivity. Regards, Irv