[REBOL] Re: DyBASE test
From: knizhnik::garret::ru at: 28-Dec-2003 14:21
New version 0.18 of DyBASE Rebol API is available.
Now it is not necessary to specify prototype object: DyBASE is able
to fetch object with arbitrary set of fields. It is possible because
now fetching of object is done in three steps:
1. Fetch object fields into the block
2. Create object using constructed block
3. Resolve references using load-object method
Certainly this approach is less efficient than used before
(instantiation of fetched object using prototype object and
assignment to object field using "set in" construction) but it is more
flexible and performance penalty is not so large - about 50%.
Also this approach makes it possible to change format of the objects
without recreation of database.
New version of DyBASE is located at
http://www.garret.ru/~knizhnik/dybase.html
--
Best regards,
Konstantin mailto:[knizhnik--garret--ru]