Re: Finding data in Euphoria databases
- Posted by "Greg Haberek" <ghaberek at gmail.com> Jul 19, 2006
- 530 views
> Well, we can only hope that the database.e is updated with new functions > in Eu 3.0.. As for encryption, why should that be a hinderance? You can > encrypt the data as you insert it, or..? Encryption I can do on the data level, but compression is a bit harder. Compression operates on large amounts of data, so if I try to compress data as I insert it, I'm losing potential compression because I'm only operating on the data for that record. Basicly what I'd like to see is compression file functions in Euphoria. Then we wouldn't need to worry about the database compressing itself. ~Greg