lazarus/tools/lazdatadesktop
mattias b110becc44 lazdatadesktop: fixed compilation
git-svn-id: trunk@16353 -
2008-09-01 17:36:24 +00:00
..
bitmaps * Added images to the treeviews in connection editor and dictionary editor 2008-07-17 22:15:06 +00:00
conneditor.pp * Added code creation from table definition, and allow saving a connection when doing an import 2008-07-30 22:57:04 +00:00
datapanel.pp * Added support for tablenamehint in generated code 2008-07-31 12:42:02 +00:00
ddfiles.pp rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt 2008-07-22 09:48:15 +00:00
dicteditor.lrs * Added images to the treeviews in connection editor and dictionary editor 2008-07-17 22:15:06 +00:00
dicteditor.pp lazdatadesktop: fixed compilation 2008-09-01 17:36:24 +00:00
frmgeneratesql.lfm * Support for index management 2008-07-11 13:17:11 +00:00
frmgeneratesql.lrs * Consistency of buttons in dialogs. Use TableNameHint in DataExporter 2008-07-17 19:12:55 +00:00
frmgeneratesql.pp * Support for index management 2008-07-11 13:17:11 +00:00
frmimportdd.lfm renamed lazdde to lazdatadesktop 2007-07-13 10:50:59 +00:00
frmimportdd.lrs renamed lazdde to lazdatadesktop 2007-07-13 10:50:59 +00:00
frmimportdd.pp renamed lazdde to lazdatadesktop 2007-07-13 10:50:59 +00:00
frmmain.lfm * Added code creation from table definition, and allow saving a connection when doing an import 2008-07-30 22:57:04 +00:00
frmmain.lrs * Added code creation from table definition, and allow saving a connection when doing an import 2008-07-30 22:57:04 +00:00
frmmain.pp lazdatadesktop: fixed compilation 2008-09-01 17:36:24 +00:00
frmsqlconnect.lfm * Consistency of buttons in dialogs. Use TableNameHint in DataExporter 2008-07-17 19:12:55 +00:00
frmsqlconnect.lrs * Size changes 2008-07-17 19:33:07 +00:00
frmsqlconnect.pp * Consistency of buttons in dialogs. Use TableNameHint in DataExporter 2008-07-17 19:12:55 +00:00
lazdatadesktop.lpi lazdatadesktop: fixed compilation 2008-09-01 17:36:24 +00:00
lazdatadesktop.lpr lazdatadict: added package lazdatadict - a data dictionary from Michael Van Canneyt 2007-12-08 20:19:59 +00:00
querypanel.lrs lazdatadict: added package lazdatadict - a data dictionary from Michael Van Canneyt 2007-12-08 20:19:59 +00:00
querypanel.pp lazdatadesktop: fixed compilation 2008-09-01 17:36:24 +00:00
README.txt lazdatadict: added package lazdatadict - a data dictionary from Michael Van Canneyt 2007-12-08 20:19:59 +00:00

This is the Lazarus database desktop, a database access tool for Lazarus

Current Features:
=================

- Connect to 
  DBase
  Firebird/Interbase
  MySQL 4.0, 4.1, 5.0
  PostGreSQL
  Oracle
  SQLite
  Any ODBC supported database

- Create data dictionaries for use in the Lazarus IDE or in your programs
  (make sure you install the lazdatadict package)
  - Create SQL queries from the data dictionary
  - Reverse engineer databases

- Export data to a variety of formats:
  - Text file with CSV (comma-separated values) 
  - Text file with Fixed-length fields 
  - DBF files
  - XML files
  - JSON files
  - RTF files
  - LaTeX tables
  - SQL insert/update statements

- Create Object Pascal code:
  - Transform a SQL statement to a pascal constant
  - Transform a SQL statement to a stringlist.
  - Create code to create a DBF file which can contain the result of your
    query 
  - Create a Class with properties corresponding to the fields in your query.
    Additionally, create a list corresponding with this class and code to
    load it.
  - Create a tiOPF class and associated visitors.

And more features to come.

Compilation currently requires fpc 2.3.1 (5 December 2007).