Commands that Scope to a Data Session
These commands affect only the data session in which they are issued.
Use |
To |
---|---|
Begin a transaction. |
|
End the current transaction and save any changes made to tables, table memo files, or index files included in a transaction. |
|
Cancel any changes made during the current transaction. |
|
Specify whether to pad a shorter string or binary expression during comparison in SQL commands. |
|
Specify whether attempts to update or insert values in a field with automatically incrementing values generate errors. |
|
Determine whether Visual FoxPro flushes data buffers to disk when you exit a READ or return to the Command window. |
|
Specify how Visual FoxPro allocates disk space for the storage of memo fields. |
|
Determine whether Visual FoxPro carries data forward from the current record to a new record created with INSERT, APPEND, and BROWSE. |
|
Display the century portion of date expressions and determine how to interpret dates that specify only 2 digit years. |
|
Specify a collation sequence for character fields in subsequent indexing and sorting operations. |
|
Specify whether the user can exit a text box by typing past the last character in the text box. |
|
Define the currency symbol and specifies its position in the display of numeric, currency, float, and double expressions. |
|
Specify the current database. |
|
Specify the format for the display of Date and DateTime expressions. |
|
Specify the number of decimal places displayed in numeric expressions. |
|
Specify whether to process records marked for deletion and whether they are available for use with other commands. |
|
Specify rules to use when comparing two strings of different lengths. |
|
Specify whether to open table files for exclusive or shared use on a network. |
|
Specify which fields in a table can be accessed. |
|
Specify if the number of decimal places used in the display of numeric data is fixed. |
|
Set the system clock to a 12- or 24-hour time format. |
|
Enable or disable automatic file locking in certain commands. |
|
Specify a delimiter for the display of date expressions. |
|
Specify the displayed width of memo fields and character expressions. |
|
Determine whether you can lock multiple records using LOCK( ) or RLOCK( ). |
|
Determine where the record pointer is positioned after an unsuccessful FIND or SEEK operation. |
|
Determine how null values are supported by the ALTER TABLE, CREATE TABLE and INSERT - SQL commands. |
|
Determine the decimal point character used in the display of numeric and currency expressions. |
|
Specify the update interval for a browse window, memo editing window, or local memory buffers changed by 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. |
|
Display a dialog box before overwriting an existing file, or determine whether table or field rules, default values, and error messages are evaluated when changes are made in the Table Designer or with ALTER TABLE. |
|
Specify whether seconds are displayed in the time portion of a DateTime value. |
|
Specify whether Visual FoxPro for Windows system settings are updated with the current Microsoft Windows system settings. |
|
Determine whether Visual FoxPro displays command results. |
|
Specify whether records with duplicate index key values are maintained in an index file. |
See Also
Reference
Command Window (Visual FoxPro)
Table Designer (Visual FoxPro)