- Click on icon Design query database like below.
- Write a query in textbox (Example : SELECT * FROM Patients) and click button OK.
- Change the languages of query.
September 03, 2013
Step 3 : Design a query of database
Step 2 : Create a connection of database
- Click on icon connection database.
- Click on button New to set-up new connection.
- Choose Database JDBC Connection and click on button Next >
- Field up textfield Name, JDBC Driver, JDBC URL, Username and Password of connection. Click button Save.
- Below is list of connection. By Default it must be clicked on any connection.
Step 1 : Create a new blank report design
- Click File -> New.
- Choose Report -> Blank A4 and click button Open this Template
- Rename Report Name and click button Next >
- Click button Finish
- Viewed of blank sample report.
September 02, 2013
Introduction to IReport Designer
Sources from :- IReport Designer .
- Free, open source report designer
- Sophisticated layout containing charts, images, subreports, crosstab and etc.
- Access your data through
- JDBC
- TableModels
- Javabean
- XML
- Hibernate
- CSV
- Custom sources
- Publish reports as
- RTF
- XML
- XLS
- CSV
- HTML
- XHTML
- text
- DOCX
- OpenOffice
The simple workflow can be guided:
- Create a new blank report design
- Create a connection of database
- Design a query of database
- Drag field to details of band
- Adjust the design
SQL Join
Ada 4 jenis Join iaitu :-
- Inner Join
- Left Join
- Right Join
- Full Join
INNER JOIN = JOIN
LEFT JOIN = LEFT OUTER JOIN
RIGHT JOIN = RIGHT OUTER JOIN
FULL OUTER JOIN