IGNORE_OWNER configuration variable

All tables in a AcuXDBC database have an owner. By default, the owner of the table is PUBLIC, or you can specify a different authorization ID when you add the file to the database with xdbcutil. See xdbcutil Syntax for information on the xdbcutil utility.

If an application such as Microsoft Access tries to link to the table, the table appears with the link table name of the form OWNER_NAME by default. If you don't want the owner of the table to be displayed, you can prevent this from happening through configuration variables and command-line options.