...
Download the Database Connector Tutorial project. This project contains all of the example forms used in this tutorial. This download is a project zip file that you can uploaded upload into your user account. See Project Home Page documentation for more information on uploading this project zip file.
...
forms work with XML or JSON data. You can test the above query using the URL: http://localhost:80818082/database/BIRT/allCustomers. This should return an XML document with customerNumber and customerName for each customer as shown below. The DB connector has converted the SQL data into a format that is usable by forms.
Let's take a closer look at this URL.
...