Documentation and Features for Visual Basic's 3.0 Data ManagerLast reviewed: August 7, 1995Article ID: Q110723 |
The information in this article applies to:
- Standard and Professional Editions of Microsoft Visual Basic for Windows, version 3.0
SUMMARYYou can run the DATAMGR.EXE Data Manager program as follows:
MORE INFORMATIONThe DATAMGR.EXE Data Manager program provided with Visual Basic has the following features:
Introduction from Data Manager's Help Menu TopicThe Visual Basic Data Manager allows Visual Basic users to create new databases (.MDB format) and examine or map the structure of existing external databases in a variety of formats. Formats that you can either create or modify with the Data Manager are shown below:
Database Format Create Modify ----------------------------------------- Microsoft Access 1.0 Yes Yes Microsoft Access 1.1 Yes Yes Paradox 3.0 and 3.5 No Yes dBASE III and IV No Yes FoxPro 2.0 and 2.5 No Yes Btrieve No YesVisual Basic shares its database engine with Microsoft Access, so databases created with Visual Basic or the Data Manager can be manipulated using Microsoft Access. In addition, databases created with Microsoft Access can be manipulated using Visual Basic and the Data Manager. Throughout the Visual Basic documentation, databases created with that engine are referred to as Visual Basic databases. For additional information on using external databases, see the file EXTERNAL.TXT or BTRIEVE.TXT supplied with Visual Basic. Many external databases exist as directories on your disk. To create databases in these formats, use the File Manager to create a directory that will become the database. Once the database directory is created, use the Data Manager to add tables and indexes, which become files in this directory.
|
Additional reference words: 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |