- In Driver Class, choose a driver class from the drop-down list. If you do not see the driver class that you want to use, add a driver as described later in this chapter.
- In Database URL, type the database URL, using the syntax that the driver requires. Typically, BIRT Report Designer displays the necessary syntax in Database URL. For a Sun JDBC/ODBC bridge, the syntax is:
where <data source name> is the name of your data source. For example, the following URL identifies the sales database:
- In User Name, type the user name to use when connecting to the JDBC data source. This field can be left blank if your data source does not require a user name.
- In Password, type the password to use when connecting to the JDBC data source. This field can be left blank if your data source does not require a password.
- In JNDI URL, type a JNDI URL. This field can be left blank if your data source does not require a JNDI URL.