Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+--------------+###########################################################
#+-| SET INDEX TO |------------------------------------------+################
#| +--------------+ The SET INDEX TO command opens the index |################
#|                  files and specifies index order          |################
#+-----------------------------------------------------------+################
##############################################################################
##############################################################################
#+--| Syntax |------------------------------------+###########################
#|     [!<Alias>] SET INDEX TO [<Index-list>]     |###########################
#+------------------------------------------------+###########################
##############################################################################
##############################################################################
########+---| Description |------------------------------------------+########
########| The extension of index files is assumed to be .fdx.  There |########
########| may be up to seven index files with an associated alias.   |########
########| If <Index-list> is not specified, then all index files     |########
########| associated with the current alias are closed and the       |########
########| contents of SET ORDER TO is set to 1.                      |########
########+------------------------------------------------------------+########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    There are two methods for attaching an index        |#########
#########| *    file to a database.  During the open:               |#########
#########|                                                          |#########
#########| USE "test.dbf" ALIAS testname INDEX t_index              |#########
#########|                                                          |#########
#########|      *--- Or, by opening the database and                |#########
#########|      *--- attaching the index files:                     |#########
#########|                                                          |#########
#########| USE "test.dbf" ALIAS testname                            |#########
#########| SET INDEX TO t_index                                     |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    The SET INDEX TO command establishes which          |#########
#########| *    index ALIAS is to be used.  Use the SET ALIAS       |#########
#########| *    command to change the default index file name.      |#########
#########|                                                          |#########
#########| SET ALIAS index_alias1 TO "c:\index\cg23.fdx"            |#########
#########| SET ALIAS index_alias2 TO "c:\index\cg34.fdx"            |#########
#########| SET INDEX TO index_alias1, index_alias2                  |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: INDEX OPEN SET ORDER TO USE

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson