Skip to content

DFBTR_Clear_Owner

Purpose

Clear the owner name of a table.

Syntax

DFBTR_CLEAR_OWNER FileNumber [CALLBACK ObjectId]

Where:

  • FileNumber: The number of the table to change.
  • CALLBACK ObjectId: An optional parameter that may be used if the program wants to be informed about the progress of the command’s execution. This is advised when encrypting an existing table with a lot of data.

What it does

This command can be used on an opened table to clear its owner name. If an owner name was specified for this table, it will be cleared. If the data was encrypted, the data will be restored to its normal format.

Note

This command may not be executed within a transaction!