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

Direct access tables

 [1/3] from: jrdrp::blueyonder::co::uk at: 6-Dec-2001 10:15


Is there some way to easily build and access random access tables (series) ? I seem to remember reading something about it or was I imagining it? What I need to do is build a big validation table for random hash key access. Keys are unique. John

 [2/3] from: rebol665:ifrance at: 6-Dec-2001 12:35


Hi, Gabrielle Santilli (rebsite Rebol.it) has developped a cool database system. See http://web.tiscalinet.it/rebol/dbms.r. There is also a more simplified example in the script library on the Rebol site. Patrick

 [3/3] from: brett:codeconscious at: 6-Dec-2001 23:35


I'm not sure if this is all you need but look up the HASH! datatype. Brett.