Re: Suggestion for Fileman.e
- Posted by Daniel Berstein <daber at PAIR.COM> Mar 06, 1999
- 483 views
At 12:06 PM 06-03-1999 , you wrote: >Someone discussed the Dbase commands, such as PACK. It seems >to me that the SQL is more common and perhaps easier to >implement? SQL is more complicated to implemet because you have to parse que SQL statement. The "interpreted" SQL statement then is executed as if you would have harcoded the native commands (seek, read, etc.). I would love to see an SQL parser in Euphoria. Regards, Daniel Berstein [daber at pair.com]