Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table lists commands and functions that make it possible to manipulate databases.
Use |
To |
|---|---|
Place the names and paths of all open databases into an array. |
|
Add a free table to the current database. |
|
Append stored procedures in a text file to the stored procedures in the current database. |
|
Place table aliases and work areas for a data session into a variable array. |
|
Close various file types. |
|
Compile the specified source files and create an object file for each one. |
|
Copy stored procedures in the current database to a text file. |
|
Create a named connection and stores it in the current database. |
|
Create a database and open it. |
|
Display the View Designer, where you can create a SQL view. |
|
Create a Delete, Insert, or Update trigger for a table. |
|
Take an existing view offline. |
|
Discard all changes made to an offline view and take the offline view back online. |
|
Retrieve the current property settings for a Visual FoxPro table or a cursor. |
|
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. |
|
Return the current date and time as a DateTime value, or create a year 2000-compliant DateTime value. |
|
Return the name and path of the current database. |
|
Retrieve the value of a property for the current database or for fields, named connections, tables, or views in the current database. |
|
Set a property for the current database or for fields, named connections, tables, or views in the current database. |
|
Return true (.T.) if the specified database is open. |
|
Mark records for deletion. |
|
Delete a named connection from the current database. |
|
Delete a database from disk. |
|
Remove a trigger for a table from the current database. |
|
Delete a SQL view from the current database. |
|
Display information about the named connections in the current database. |
|
Display information about the current database or fields, named connections, tables, or views in the current database. |
|
Display the names of procedures stored in the current database. |
|
Display names and information about all the tables contained in the current database. |
|
Display information about SQL views in the current database. |
|
Remove a database reference from a table. |
|
Return a numeric value indicating the status of a field in a table or cursor. |
|
Return the record number for the next modified record in a buffered table or cursor. |
|
Return whether a specified database object is in the current database. |
|
Return whether a specified database is opened exclusively. |
|
Display information about the named connections in the current database. |
|
Display information about the current database. |
|
Display the names of stored procedures in the current database. |
|
Display the table information contained in the current database. |
|
Display the information about SQL views in the current database. |
|
Display the Connection Designer. |
|
Display the Database Designer. |
|
Open the Visual FoxPro text editor. |
|
Display the View Designer. |
|
Return original field values for fields that have been modified but not updated. |
|
Open a database. |
|
Remove records marked for deletion from the current database. |
|
Refresh data in an updatable SQL remote or local view or CursorAdapter cursor. |
|
Remove a table from the current database. |
|
Rename a named connection in the current database. |
|
Rename a table in the current database. |
|
Rename a SQL view in the current database. |
|
Retrieve data again for a SQL view. |
|
Specify the current database. |
|
Activate the specified form's data session. |
|
Assign a field modification or deletion state value to a field or record in a table or cursor. |
|
Request cancellation of an executing SQL statement. |
|
Store column information for a specified data source table in a cursor. |
|
Commit a transaction. |
|
Establish a connection to a data source. |
|
Terminate a connection to a data source. |
|
Send a SQL statement to the data source, where the statement is processed. |
|
Retrieve the current settings for an active connection. |
|
Copy another result set to a Visual FoxPro cursor if more result sets are available. |
|
Cancel any changes made during the current transaction. |
|
Specify settings for an active connection. |
|
Establish a connection to a data source using a connection string. |
|
Store the names of tables in a data source to a Visual FoxPro cursor. |
|
Discard changes made to a buffered row, buffered table, or cursor. |
|
Commit changes made to a buffered row, a buffered table, cursor, or cursor adapter. |
|
Contains a read-only numeric value indicating the current trigger procedure nesting level. |
|
Ensure that the locations of tables and indexes in the current database are correct. |