lazarus/tools/lazdatadesktop
2023-07-23 22:56:54 +02:00
..
bitmaps
languages LazDatadesktop: Update German translation 2023-07-23 22:56:54 +02:00
ddfiles.pp
dicteditor.pp * Fix some warnings about unused variables 2023-03-14 22:32:33 +01:00
dicteditor.res
fraconnection.lfm * Show readonly/required for fields 2023-03-12 11:54:26 +01:00
fraconnection.pp * Fix some warnings about unused variables 2023-03-14 22:32:33 +01:00
fradata.lfm * Event handlers for export/code buttons were not assigned 2020-05-14 11:14:42 +00:00
fradata.pp * Remove unused field 2020-05-14 11:14:16 +00:00
fraquery.lfm * Add transaction control buttons 2023-03-12 11:54:26 +01:00
fraquery.pp * correct IsTransactionActive implementation 2023-03-13 08:59:50 +01:00
frmgeneratesql.lfm * Cosmetic changes: spinedits wider 2020-05-01 14:06:02 +00:00
frmgeneratesql.pp general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
frmimportdd.lfm
frmimportdd.pp general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
frmmain.lfm * Enable close tabs 2020-05-15 11:03:40 +00:00
frmmain.pp LazDataDesktop: use GetLanguageIDFromLocaleName function from Translations unit to properly extract language code from language name passed via command-line option 2023-06-12 16:41:34 +03: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 general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
lazdatadeskstr.pas LazDataDesktop: cleaned up unused strings, regenerated translations and updated Russian translation 2023-03-14 00:40:15 +03:00
lazdatadesktop.ico * Add application icon 2019-03-20 19:10:11 +00:00
lazdatadesktop.lpi * Split out feature registration. Remove package units from uses clause 2020-05-01 14:05:13 +00:00
lazdatadesktop.lpr * Split out feature registration. Remove package units from uses clause 2020-05-01 14:05:13 +00:00
lazdatadesktop.res * Split out feature registration. Remove package units from uses clause 2020-05-01 14:05:13 +00:00
querypanel.res
README.txt
reglddfeatures.pp Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION. 2023-07-07 17:39:03 +03: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).