Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: dbms3.r 01

From: rotenca:telvia:it at: 15-Jan-2002 1:52

Hi Rod, Gregg, Gabriele
> The process is usually called normalization. :) If you can provide > an example, maybe I can try to give a possible solution.
Now i realize how it is possible (i made it tens of times in databases programs :-). But i feel it ab-normal. I must extract data from a "natural" container to put it in an artificial one which can be useful only in some rare cases and I must duplicate at least one value to keep the link with the "master" db and add a ID for every record. It is the prize of relational row/column struct. It has the advantage of a direct access to the data of the derived db. I'm starting ask if it is the best path to follow. --- Ciao Romano