These commands and functions make it possible for multiple users on a network to share data from tables.
Use | To |
---|---|
Specify property settings for a Visual FoxPro table or a cursor. |
|
Return field values directly from disk for a table or a remote data source.В |
|
Attempt to lock the current or specified table.В |
|
Attempt to lock one or more records in a table. |
|
Return original field values for fields that have been modified but not updated.В |
|
Open table files for exclusive or shared use on a network.В |
|
Enable or disable automatic file locking in certain commands.В |
|
Determine whether you can lock multiple records using LOCK(В ) or RLOCK(В ).В |
|
To update a browse window or memo editing window, or to refresh local memory buffers with changes from other users on the network.В |
|
Specify how often and for how long Visual FoxPro attempts to lock a file or record after an unsuccessful locking attempt.В |
|
Specify the time in milliseconds that Visual FoxPro waits before attempting to lock a record, table, memo, or index file after an unsuccessful locking attempt.В |
|
Specify whether Visual FoxPro uses the SET REPROCESS setting when attempting to lock an index or memo file.В |
|
Discard changes made to a buffered row or a buffered table or cursor and restores the OLDVAL(В ) data for remote cursors and the current disk values for local tables and cursors.В |
|
Commit changes made to a buffered row, a buffered table, cursor, or cursor adapter.В |
|
Release a record lock, multiple record locks, or a file lock from a table or all open tables.В |