lazarus/tools/lazdatadesktop
maxim 50a5e72bfa Merged revision(s) 59617 #c8c7a1723a from trunk:
Translations: Chinese translation update by robsean, bug 
........

git-svn-id: branches/fixes_2_0@59619 -
2018-11-22 00:11:42 +00:00
..
bitmaps
languages Merged revision(s) 59617 #c8c7a1723a from trunk: 2018-11-22 00:11:42 +00:00
ddfiles.pp
dicteditor.pp lazdatadesktop: Fix "Control has no parent error" when creating a new data dictionary. 2018-09-02 14:40:17 +00:00
dicteditor.res
fraconnection.lfm
fraconnection.pp LazDataDesktop: Implemented display of memo field using DbGrid's option dgDisplayMemoText, issue 2018-03-05 05:37:15 +00:00
fradata.lfm LazDataDesktop: Enable thumb tracking for DB grid, from sven, issue 2018-04-18 00:08:06 +00:00
fradata.pp LazDataDesktop: Implemented display of memo field using DbGrid's option dgDisplayMemoText, issue 2018-03-05 05:37:15 +00:00
fraquery.lfm
fraquery.pp
frmgeneratesql.lfm
frmgeneratesql.pp
frmimportdd.lfm
frmimportdd.pp
frmmain.lfm TurboPower_ipro: Fix IpHtmlPanel ignoring linebreak between <p> nodes within a <td> node. Improvements in rendering distance between paragraphs. 2018-09-02 13:10:57 +00:00
frmmain.pp LazDataDesktop: Undo unintentional changes by r58817 #81bf5300aa 2018-09-02 13:30:41 +00:00
frmselectconnectiontype.lfm
frmselectconnectiontype.pp
frmsqlconnect.lfm
frmsqlconnect.pp
lazdatadeskstr.pas
lazdatadesktop.lpi lazdatadesktop: Fix "Control has no parent error" when creating a new data dictionary. 2018-09-02 14:40:17 +00:00
lazdatadesktop.lpr
lazdatadesktop.res TurboPower_ipro: Fix IpHtmlPanel ignoring linebreak between <p> nodes within a <td> node. Improvements in rendering distance between paragraphs. 2018-09-02 13:10:57 +00:00
querypanel.res
README.txt

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).