Re: Finding data in Euphoria databases
- Posted by Julio C. Galaret Viera <galaret at adinet.com.uy> Jul 18, 2006
- 538 views
Kenneth, It seems you see more cons than pros in EDS for what you want to do. May be the solution for you is EuSQLite. It hides all the complexity behind only one function. EDS is very good for what it was designed for and not for a relational database. EuSQLite allows more flexibility in queries thand EDS but the latter is much faster. When I began using Euphoria, I did some tests on Windows and EDS by far outperforms EuSQLite in speed. If you are programming on Windows and don't mind a bit complex programming then I suggest Tsunami Record Manager. Though not a relational database either, its speed is incredible and allow multiple indexes. Of course if you have installed MySQL on your machine, this is the best solution. JG