Re: What are you people doing with Euphoria?
- Posted by David Gay <moggie at INTERLOG.COM> Oct 14, 1996
- 2323 views
>I can tell you that I'm interested in databases. So likely I spend >my time on making access modules for indexfiles and databases. Now >I'm waiting for some code David Gay is making for accessing >indexfiles and stuff like that. I hope it's allmost ready. Maybe he >has an anouncement in the mail I've still to read yet. It's ready :) With create_index() you can create an index file based on *ANY* defined sort field in the associated main file. This means you can access the main file (using the index file in association) in any sorting sequence. With fetch_data() you can link the index file to the main file and retrieve the information based on a partial or full search key. It's a little rugged but it works. I had the person who I originally wrote it for try it out. He likes it but wants to see more features when he thinks of some for his application. I encourage you to go to the "A Beginner's Guide To Euphoria" home page and download it. It's in a file called INDEX_DB.ZIP. Please send any bug reports or enhancement ideas to my mailbox. :) I'm already thinking of ways to clean it up and enhance it, but I got my nose in Michael's very fascinating games tutorial, getting tips to better approach Stellar Diplomacy. Thanks David Gay "A Beginner's Guide To Euphoria" http://www.interlog.com/~moggie/euphoria.htm