![]()
|
How to export data from database to Microsoft WordWDReportGen is a powerful and flexible reporting tool that gets data from database and outputs reports in Microsoft ® Word ® document format. WDReportGen 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, WDReportGen can access a wide range of data sources. WDReportGen works with all kinds of data, from simple text files to advanced client-server SQL databases. The databases and files that WDReportGen supports includes Oracle, Sybase, Informix, IBM DB2, Teradata, Microsoft SQL Server, MySQL, Microsoft Access, Microsoft Visual FoxPro, dBase, Paradox, Microsoft Word and text file. WDReportGen 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. WDReportGen can execute SQL statements, and supports all features of SQL.
Executing multiple SQL statementsIn one report building process, WDReportGen 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 WDReportGen.
|
Copyright © 2004 - 2006 LJZsoft Corporation. All rights reserved.