HOWTO: Adding Tables in a Database to Source Control

Last reviewed: June 17, 1997
Article ID: Q170127
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, versions 5.0, 5.0a

SUMMARY

Tables in a database container are not included in the list of files that can be added to Source Control. This article describes some of the methods that can be used to add database tables to Source Control.

MORE INFORMATION

When you add a project to Source Control you do not get an option to add the tables belonging to any of the databases in the project.

In order to add the tables to Source Control you can do one of the following:

  1. Include the Database in the Project.

    NOTE: Once the database is included in the project, when you add the

             project to Source Control the tables will show up in the list of
             files that can be added to Source Control.
    
    

  2. Add the Tables, individually, into the "Other" section of the project.

    NOTE: Adding the tables to the "Other" section should be done before

             adding the Database to Source Control. In order to modify the
             tables from within the database these tables should be checked out
             before checking out the database.
    
     
    
    	
    	


Keywords : FxtoolProjman kbtool vfoxwin
Version : WINDOWS:5.0,5.0a
Platform : WINDOWS
Issue type : kbhowto


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.

Last reviewed: June 17, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.