lazarus/tools/lazdatadesktop
2016-06-21 23:12:50 +00:00
..
bitmaps lazdatadesktop: use FPC resources 2013-10-06 02:45:00 +00:00
languages Regenerated German translations 2016-06-10 17:08:19 +00:00
ddfiles.pp Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already. 2013-05-24 18:30:06 +00:00
dicteditor.pp Tools: Reorder and clean uses sections. Prevent "deprecated" warnings. 2015-08-08 21:06:51 +00:00
dicteditor.res lazdatadesktop: use FPC resources 2013-10-06 02:45:00 +00:00
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 * Finalized MySQL 5.1/5.5 support. Added ability to generate SQL from connection 2013-03-17 13:42:27 +00:00
frmgeneratesql.pp * Finalized MySQL 5.1/5.5 support. Added ability to generate SQL from connection 2013-03-17 13:42:27 +00:00
frmimportdd.lfm
frmimportdd.pp lazdatadesktop: use FPC resources 2010-07-29 06:39:00 +00:00
frmmain.lfm * Correct extension (as per bug ID #28352) 2016-01-05 21:40:07 +00:00
frmmain.pp LazDataDesktop: removed 'pt'->'pb' substitution hack for Brazilian Portuguese translation, it is not needed for a long time. 2016-06-21 23:12:50 +00:00
frmselectconnectiontype.lfm
frmselectconnectiontype.pp lazdatadesktop: use FPC resources 2010-07-29 06:39:00 +00:00
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 LazDataDesktop: improved i18n, regenerated translations and updated Russian translation 2016-02-13 00:26:55 +00:00
lazdatadesktop.lpi LazDataDesktop: don't regenerate translations from localize scripts anymore, let IDE handle this. 2016-06-21 23:04:23 +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 lazdatadesktop: use FPC resources 2013-10-06 02:45:00 +00:00
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).