Specifying database options at project creation

This topic tells you how to specify SQL database options at project creation.
  1. Create a database connection as explained in "The New Connection Wizard" in Creating an SQL database connection.
  2. Open the New EGL Project window:
    1. Click File > New > Other.
    2. Expand EGL and click EGL Project Wizard.
    3. Click Next.
  3. Give the project a name and select a type of project.
  4. Click Next.
  5. On the next page of the wizard, under Build Descriptor Options, click Create new project build descriptor(s) automatically.
  6. Click Options.
  7. In the Project Build Options window, clear the Use Default SQL Connection check box.
  8. Select the connection you created earlier from the Connection list.
  9. Click OK to close the Project Build Options window.
  10. Finish setting options for the project as explained in Creating an EGL project.

Feedback