ID: Q111252
The information in this article applies to:
When you are attempting to modify the structure of a table/.DBF, a window is displayed in the upper-right corner with the message "Database not opened exclusively."
-or-
-or-
Verify That the Table Is Opened Exclusively
Open the table/.DBF again using the EXCLUSIVE clause of the USE command. For example, to open a table/.DBF called CUSTOMER in the current directory, type the following:
USE customer.dbf EXCLUSIVE
To check if the MS-DOS Read-Only attribute has been set, use the MS-DOS ATTRIB command or the Windows File Manager.
To check if a network drive has read-only access rights, use the software provided with your network.
This behavior is by design.
To modify the structure of a table/.DBF, either open the database with the USE command and then choose Setup from the Database menu, or type "MODIFY STRUCTURE" (without the quotation marks) in the Command window.
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a 2.50b errmsg err msg multi-user KBCategory: kbprg kberrmsg kbprb KBSubcategory: FxprgMultiuser
Last Reviewed: June 27, 1995