DataSource Properties dialog box

Use the DataSource Properties dialog box to edit the property settings that permit connection to an imported data source.

To display the DataSource Properties dialog box,

  1. In the structure pane of the EJB Designer, right-click a data source that has been imported.
  2. Choose Edit DataSource Properties.

Driver

Specify the database driver you need to connect to your data source

Url

Specify the Universal Resource Locator (URL) for the database connection. The format consists of the URL type ("JDBC" for JDBC database access), followed by driver-specific information, separated by colons. The driver-specific information is driver/server dependent. Refer to your driver documentation for more information on this property. It typically includes the driver name followed by the data source name.

Username

Specify a user name to access the data source.

Password

Specify a valid password to access the data source.