Rational Developer for System z


< Previous | Next >

Creating a project for stored procedure development

To create database objects, you must first create a data development project in which to store the objects. Each data development project is associated with a single database connection. In this tutorial, you use the connection information from the SAMPLE4tutorial connection to create the data development project.

To create a project for stored procedure development:

  1. From the menu bar, select File > New > Data Development Project. The New Data Development Project wizard opens.
  2. In the Project Name field, type SPDevelopment, and click Next.
  3. In the Connections box, select SAMPLE4tutorial and browse its properties to confirm that this is the correct database.
  4. Click Finish.
The new project is displayed in the Data Project Explorer view.
< Previous | Next >

Feedback