Topic complex |
Fulltext functions |
Function |
genrel() |
Short |
Creates the relations table of a fulltext index |
Syntax |
GenRel(Tabelle1,Tabelle2,Dateiname : STRING) : INTEGER |
Parameter |
table1 : Name of the to indexing table (without directory)
table2 : Name of the keyword table (without directory)
filename : Path to the relations table |
Return |
0 : Relations table created successfully
else error code |
See also: |
|
Description |
creates an empty relations table with the following structure
[STRUCTURE]
field_1=R-table1,LINK,table1
field_2=R-table2,LINK,table2
|