KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q137445: How to Display View and Connection Properties

Article: Q137445
Product(s): Microsoft FoxPro
Version(s): WINDOWS:3.0
Operating System(s): 
Keyword(s): 
Last Modified: 13-DEC-1999

-------------------------------------------------------------------------------
The information in this article applies to:

- Microsoft Visual FoxPro for Windows, version 3.0 
-------------------------------------------------------------------------------

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
SQL SELECT statement that defines the view.

Other settings that you can set from the Query designer but not see in the SQL
SELECT 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.

Additional query words: VFoxWin

======================================================================
Keywords          :  
Technology        : kbVFPsearch kbAudDeveloper kbVFP300
Version           : WINDOWS:3.0

=============================================================================

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.