How to display the View properties and the Connection properties in Visual FoxPro (137445)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 7.0
- Microsoft Visual FoxPro 8.0
- Microsoft Visual FoxPro 9.0 Professional Edition
This article was previously published under Q137445 SUMMARY
Use the DISPLAY DATABASE command in the Command window to display the
settings of all View and Connection properties for saved views. You can
send the same information to a file by using this command:
LIST DATA TO FILE <filename>
MORE INFORMATION
On the Query menu, click View SQL to see what's happening behind the scenes
when you make selections in four of the five tabs in the View Designer.
Selections you make on the fifth tab (Update Criteria) change the settings
of view properties stored in the database (.dbc) file, so they are not
reflected in the SELECT-SQL statement that defines the view.
Other settings that you can set from the Query designer but not see in the
SELECT-SQL statement are connection properties set by clicking Advanced
Options on the Query menu.
To see the setting of properties for views and connections in a database,
save the view, and then use the DISPLAY DATA command. You must save the
view before you are able to see view or connection property settings.
Modification Type: | Major | Last Reviewed: | 3/10/2005 |
---|
Keywords: | KB137445 |
---|
|