Re: EE Editor and Databases
Ferlin Scarborough, you say:
>P.S. Has anyone created a database program that utilizes multiple
>indexes? I need to
>be able to order the data in certain order. Such as by LAST NAME or by
>ZIP CODE.
>
The 6x12db.zip I uploaded to Euphoria home page might interest you. It is a
mod of the db file which comes with Euphoria. Find it in the archive. Unzip
it, then run it. Follow the directions.
It allows naming up to 6 fields (such as lastName, firstName, age,
zipccode, weight, salary) with up to 12 chars per field, then listing the
data sorted per any one of the 6 columns. It is easily customizeable. If you
have trouble, let me know and I can perhaps help.
One caution, I just noticed it requires numbers to have the same
number of digits to sort properly (insert leading zeros if needed).
Bye, Art
Arthur P. Adamson, The Engine Man, euclid at isoc.net
|
Not Categorized, Please Help
|
|