Data storage layer

Kenneth Brody kenbrody at bestweb.net
Mon Oct 24 16:41:36 PDT 2005


Quoting Walter Vaughan (Mon, 24 Oct 2005 18:08:56 -0400):

> I've been whining about filePro's data storage layer. It's a pain to
> write one-off exports up the ying-yang.
>
> What about this.
>
> Change the key segment from fixed width records to XML.
[...]

XML is not designed for random access reads and updates.  I suppose that
in theory filePro could enforce its own access as fixed-length XML data
(basically replacing the 20-byte overhead now with some larger overhead
for the XML "wrapper"), but if anything else touched the data and didn't
enforce the fixed-length XML, or if any data in the record would require
expanding the record, then then entire file would be corrupt.

--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list