Working with Database Projects

      

A database project is a collection of one or more data connections that enable you to access your server database. When you create a database project, you can connect to one or more databases through ODBC or OLE DB. You can view their components through a visual user interface.

You can use database projects in Microsoft® Visual InterDev™, Microsoft® Visual C++®, and Microsoft® Visual J++™ with the Visual Database Tools, as described below.

Note   In Microsoft® Visual Basic®, database projects are not used. You can use the Data Project template to create a new project, which adds default controls and objects, including the data environment. To use the Visual Database Tools in Visual Basic, you can either add a data connection to the data environment, or make a data connection directly from the Data View window. Also, in Visual Basic, all data connections are made through OLE DB, although you can still use ODBC data source names (DSNs) to define your connections.

In Visual InterDev, you can use database projects to create and manage databases and database objects using SQL script files. You can put these files under source control. You also don't need to create a data connection for a database project until you want to execute an SQL script. For more information on using database projects in Visual InterDev, see Managing Database Projects.

By creating a database project, you can:

Note   If you have installed Visual C++ Enterprise Edition, you can also debug stored procedures. To do so, you must first create a database project; you can then debug the stored procedure within the database project. Stored procedure debugging is also available in Microsoft Visual Basic, Microsoft Visual InterDev, and Microsoft Visual J++ Enterprise Editions. For more information, see Debugging Stored Procedures in Working with Stored Procedures in Data View.