HelpPages

Home | Developer | Frames | Databases | Indexed Files

Indexed Files

    DATABASE - INDEXED FILES

    Indexed files consist of files with a binary tree index that indexes one or more fields and allows fast access to data. Applications using this type of files should be compiled with the module b_databtree.
    They are typically used in applications that can not access a database, and where also the number of rows is limited (maximum 65535). Applications for mobile phone and similar devices are a good example. They are also used in PC applications that will not have access to a network.