Difference between revisions of "Base"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
 
New to Version 2, BASE enables you to manipulate database data seamlessly within OpenOffice.org. Create and modify tables, forms, queries, and reports, either using your own database or BASE’s own built-in HSQL database engine. BASE offers a choice of using Wizards, Design Views, or SQL Views for beginners, intermediate, and advanced users.  
 
New to Version 2, BASE enables you to manipulate database data seamlessly within OpenOffice.org. Create and modify tables, forms, queries, and reports, either using your own database or BASE’s own built-in HSQL database engine. BASE offers a choice of using Wizards, Design Views, or SQL Views for beginners, intermediate, and advanced users.  
 +
 +
== Maintaining your data ==
  
 
With BASE, you can:  
 
With BASE, you can:  
Line 8: Line 10:
 
Use the Report Wizard to produce impressive reports from your data  
 
Use the Report Wizard to produce impressive reports from your data  
 
Use the Form Wizard to create 'instant' database applications  
 
Use the Form Wizard to create 'instant' database applications  
Using your data  
+
 
 +
== Using your data ==
 +
 
 
Using BASE, you can not only browse your data, but also:  
 
Using BASE, you can not only browse your data, but also:  
  
Line 15: Line 19:
 
* Create powerful queries to show your data in new ways, including summaries and multi-table views  
 
* Create powerful queries to show your data in new ways, including summaries and multi-table views  
 
* Produce reports in a wide variety of formats using the Report AutoPilot  
 
* Produce reports in a wide variety of formats using the Report AutoPilot  
* Technical footnotes  
+
 
 +
== Technical footnotes ==
  
 
BASE includes a full version of the HSQL database engine, storing data in [[XML]] files. It can also access dBASE files natively for simple database work. It cannot open MS-Access files natively.
 
BASE includes a full version of the HSQL database engine, storing data in [[XML]] files. It can also access dBASE files natively for simple database work. It cannot open MS-Access files natively.

Revision as of 14:14, 19 April 2006

New to Version 2, BASE enables you to manipulate database data seamlessly within OpenOffice.org. Create and modify tables, forms, queries, and reports, either using your own database or BASE’s own built-in HSQL database engine. BASE offers a choice of using Wizards, Design Views, or SQL Views for beginners, intermediate, and advanced users.

Maintaining your data

With BASE, you can:

Create new tables for your data - and also change them as your needs change Maintain indexes on the tables to make data access faster View a table in an editing grid and add, change, and delete records Use the Report Wizard to produce impressive reports from your data Use the Form Wizard to create 'instant' database applications

Using your data

Using BASE, you can not only browse your data, but also:

  • Perform simple (single column) or complex (multi-column) sorts
  • View subsets of your data with simple (one-click) or complex (logical query) filters
  • Create powerful queries to show your data in new ways, including summaries and multi-table views
  • Produce reports in a wide variety of formats using the Report AutoPilot

Technical footnotes

BASE includes a full version of the HSQL database engine, storing data in XML files. It can also access dBASE files natively for simple database work. It cannot open MS-Access files natively.

For more advanced requirements, BASE supports many popular databases database natively (Adabas D, ADO, Microsoft Access, MySQL), or any database through industry-standard ODBC and JDBC drivers. It also supports any LDAP compliant address book, as well as common formats such as Microsoft Outlook, Microsoft Windows, and Mozilla.


Official page

http://www.openoffice.org/product/base.html

Personal tools