Share via


Creating a Direct Database Project

OverviewDetails

You can use direct database debugging to test SQL stored procedures without creating an ODBC application to call the stored procedure. Direct database debugging bypasses the need for an ODBC application. For example, if you want to determine if a stored procedure works correctly, you can quickly create a direct database project and then directly test the SQL stored procedure.

Feature Only in Enterprise Edition   Creating a direct database project is supported only in Visual C++ Enterprise Edition. For more information, see .

To create a Direct Database project

  1. On the File menu, click New and then click the Projects tab.

  2. Specify the Project Name, Location, Workspace, Dependency, and Platforms options and then double-click the Database project icon.

What do you want to know more about?

Direct database debugging