![]()
|
How to export data from database to Microsoft ExcelXLReportGen is a powerful and flexible reporting tool that gets data from database and outputs reports in Microsoft ® Excel ® spreadsheeet format. XLReportGen accesses database using SQL. Connecting to databases through ODBCOpen Database Connectivity (ODBC) is a standard protocol for accessing relational databases based around SQL. Because of accessing data through ODBC, XLReportGen can access a wide range of data sources. XLReportGen works with all kinds of data, from simple text files to advanced client-server SQL databases. The databases and files that XLReportGen supports includes Oracle, Sybase, Informix, IBM DB2, Teradata, Microsoft SQL Server, MySQL, Microsoft Access, Microsoft Visual FoxPro, dBase, Paradox, Microsoft Excel and text file. XLReportGen supports more than one data sources in one report. You can get data from some different databases such as Oracle, IBM DB2 and Microsoft SQL Server, and put them into one report. Accessing databases using SQLStructured Query Language (SQL) is the industry standard language for communicating with Relational Database Management Systems. To extract data from database into reports, you need to write SQL. XLReportGen can execute SQL statements, and supports all features of SQL.
Executing multiple SQL statementsIn one report building process, XLReportGen can execute multiple SQL statements. To create one complex report, you can create a temporary table, perform one or more queries on database, insert data into the temporary table, and then get data from the temporary table into your report. Example This example is for Microsoft SQL Server, and tested on XLReportGen.
|
Copyright © 2004 - 2006 LJZsoft Corporation. All rights reserved.