lazarus/tools/lazdatadesktop
paul fc5eae905d lazdatadesktop: use FPC resources
git-svn-id: trunk@43112 -
2013-10-06 02:45:00 +00:00
..
bitmaps lazdatadesktop: use FPC resources 2013-10-06 02:45:00 +00:00
languages
conneditor.pp
datapanel.pp
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 lazdatadesktop: use FPC resources 2013-10-06 02:45:00 +00:00
dicteditor.res lazdatadesktop: use FPC resources 2013-10-06 02:45:00 +00:00
frmgeneratesql.lfm
frmgeneratesql.pp
frmimportdd.lfm
frmimportdd.pp
frmmain.lfm
frmmain.pp
frmselectconnectiontype.lfm
frmselectconnectiontype.pp
frmsqlconnect.lfm
frmsqlconnect.pp
lazdatadeskstr.pas
lazdatadesktop.lpi
lazdatadesktop.lpr
lazdatadesktop.res
querypanel.pp lazdatadesktop: use FPC resources 2013-10-06 02:45:00 +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).