# SQL/HTML Cross-reference table
# Syntax: DATABASE:(TABLE | *):FIELD=DATABASETO:TABLETO
#
#   The crossref file allows you to cross reference fields without actually
# joining them, but providing a link to the object you are specifying in
# that field.  The following example will make all CUSTOMER_ID fields in
# the table 'FRAME_RELAY' in the database 'CIRCUIT' link to the CUSTOMER_ID
# field in the 'CONTACT' database, in the 'CUSTOMER' table...
#
# CIRCUIT:FRAME_RELAY:CUSTOMER_ID=CONTACT:CUSTOMER:CUSTOMER_ID
#
#   You can also specify a * instead of FRAME_RELAY to apply this to all
# tables in the 'CIRCUIT' database.  
#
# NOTE: Presently, the last field (specifying the field) does not do anything.
#       All crossreferences are processed by the unique field identifier, which
#       SQL/HTML v1.0 currently sees as the first field.  This will change
#       once I have the time to change it.
