lazarus/tools/lazdatadesktop
mattias 6f80b48f64 translations: german: from Joerg Braun
git-svn-id: trunk@24612 -
2010-04-13 13:42:33 +00:00
..
bitmaps * Fixed bug #12723: added popup menu to data dictionary editor 2009-06-27 15:52:21 +00:00
languages translations: german: from Joerg Braun 2010-04-13 13:42:33 +00:00
conneditor.pp * Patch from Marcelo B. Paula to enable internationalization 2009-09-05 09:40:23 +00:00
datapanel.pp * Patch from Marcelo B. Paula to enable internationalization 2009-09-05 09:40:23 +00:00
ddfiles.pp * Patch from Marcelo B. Paula to enable internationalization 2009-09-05 09:40:23 +00:00
dicteditor.lrs * Fixed bug #12723: added popup menu to data dictionary editor 2009-06-27 15:52:21 +00:00
dicteditor.pp * Patch from Marcelo B. Paula to enable internationalization 2009-09-05 09:40:23 +00:00
frmgeneratesql.lfm * Patches from Maxim Ganetsky to improve localization 2009-09-12 21:53:13 +00:00
frmgeneratesql.lrs * Patches from Maxim Ganetsky to improve localization 2009-09-12 21:53:13 +00:00
frmgeneratesql.pp * Patches from Maxim Ganetsky to improve localization 2009-09-12 21:53:13 +00:00
frmimportdd.lfm * Patch from Marcelo B. Paula to enable internationalization 2009-09-05 09:40:23 +00:00
frmimportdd.lrs * Patch from Marcelo B. Paula to enable internationalization 2009-09-05 09:40:23 +00:00
frmimportdd.pp * Patch from Marcelo B. Paula to enable internationalization 2009-09-05 09:40:23 +00:00
frmmain.lfm * Patches from Maxim Ganetsky to improve localization 2009-09-12 21:53:13 +00:00
frmmain.lrs * Patches from Maxim Ganetsky to improve localization 2009-09-12 21:53:13 +00:00
frmmain.pp * Patches from Maxim Ganetsky to improve localization 2009-09-12 21:53:13 +00:00
frmselectconnectiontype.lfm * Patch from Marcelo B. Paula to enable internationalization 2009-09-05 09:40:23 +00:00
frmselectconnectiontype.lrs * Patch from Marcelo B. Paula to enable internationalization 2009-09-05 09:40:23 +00:00
frmselectconnectiontype.pp * Patch from Marcelo B. Paula to enable internationalization 2009-09-05 09:40:23 +00:00
frmsqlconnect.lfm * Patch from Marcelo B. Paula to enable internationalization 2009-09-05 09:40:23 +00:00
frmsqlconnect.lrs * Patch from Marcelo B. Paula to enable internationalization 2009-09-05 09:40:23 +00:00
frmsqlconnect.pp * Patch from Marcelo B. Paula to enable internationalization 2009-09-05 09:40:23 +00:00
lazdatadeskstr.pas * Patches from Maxim Ganetsky to improve localization 2009-09-12 21:53:13 +00:00
lazdatadesktop.lpi * Patch from Maxim Ganetsky to improve localization support 2009-10-03 12:11:18 +00:00
lazdatadesktop.lpr * Patches from Maxim Ganetsky to improve localization 2009-09-12 21:53:13 +00:00
lazdatadesktop.lrs * Patch from Marcelo B. Paula to enable internationalization 2009-09-05 09:40:23 +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 * Patch from Marcelo B. Paula to enable internationalization 2009-09-05 09:40:23 +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).