lazarus/tools/lazdatadesktop
maxim 5814ee81ff LazDataDesktop: updated Russian translation
git-svn-id: trunk@51594 -
2016-02-10 23:19:52 +00:00
..
bitmaps
languages LazDataDesktop: updated Russian translation 2016-02-10 23:19:52 +00:00
ddfiles.pp
dicteditor.pp Tools: Reorder and clean uses sections. Prevent "deprecated" warnings. 2015-08-08 21:06:51 +00:00
dicteditor.res
fraconnection.lfm * Convert connection editor to frame 2016-01-03 17:59:48 +00:00
fraconnection.pp * Convert connection editor to frame 2016-01-03 17:59:48 +00:00
fradata.lfm * Rework query panel and data panel so they are frames 2016-01-03 17:08:19 +00:00
fradata.pp * Rework query panel and data panel so they are frames 2016-01-03 17:08:19 +00:00
fraquery.lfm * Script & Selection execution support 2016-01-03 20:33:54 +00:00
fraquery.pp * Make data panel visible when a second query is started 2016-01-04 19:51:31 +00:00
frmgeneratesql.lfm
frmgeneratesql.pp
frmimportdd.lfm
frmimportdd.pp
frmmain.lfm * Correct extension (as per bug ID #28352) 2016-01-05 21:40:07 +00:00
frmmain.pp * Some small corrections so code compiles with 2.6.4 2016-01-04 13:41:09 +00:00
frmselectconnectiontype.lfm
frmselectconnectiontype.pp
frmsqlconnect.lfm * "Test Connection" button in new SQL connection dialog. 2016-01-02 15:23:24 +00:00
frmsqlconnect.pp * Better caption driver info 2016-01-02 15:27:15 +00:00
lazdatadeskstr.pas * Correct extension (as per bug ID #28352) 2016-01-05 21:40:07 +00:00
lazdatadesktop.lpi * Script & Selection execution support 2016-01-03 20:33:54 +00:00
lazdatadesktop.lpr * Convert connection editor to frame 2016-01-03 17:59:48 +00:00
lazdatadesktop.res * New Tree interface 2016-01-02 12:59:10 +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).