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