Difference between revisions of "Lazarus DB Faq"

From Lazarus wiki
Jump to navigationJump to search
(Categorization)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Lazarus DB Faq}}
 
{{Lazarus DB Faq}}
  
== General ==
+
{{Infobox databases}}
This FAQ covers database programming with Lazarus.
+
 
 +
This is a list of Frequently Asked Questions (FAQ) regarding database programming with Lazarus.
  
 
=== Where can I find more information? ===
 
=== Where can I find more information? ===
Line 15: Line 16:
  
 
=== Supported databases ===
 
=== Supported databases ===
* See [[Lazarus_Database_Overview]] for a list of what databases are supported by SQLDB.
+
* See [[Lazarus Database Overview]] for a list of what databases are supported by SQLDB.
  
 
=== Known issues ===
 
=== Known issues ===
Line 21: Line 22:
  
 
=== Are there other components? ===
 
=== Are there other components? ===
* See [[Lazarus_Database_Overview]] for a list of what databases work with what components.
+
* See [[Lazarus Database Overview]] for a list of what databases work with what components.
  
 
=== Lazarus and FPC documentation ===
 
=== Lazarus and FPC documentation ===
Line 32: Line 33:
 
=== Lazarus documentation ===
 
=== Lazarus documentation ===
 
* Some information on the interaction between the various FPC and Lazarus components: [[SQLdb Programming Reference]]
 
* Some information on the interaction between the various FPC and Lazarus components: [[SQLdb Programming Reference]]
 
== See also ==
 
* [[Databases]]
 
* [[Lazarus_Database_Overview]]
 
* [[SQLdb Tutorial1]] - See also tutorials 2, 3 and further: a range of Lazarus database tutorials
 
  
 
[[Category:Databases]]
 
[[Category:Databases]]

Latest revision as of 11:59, 15 August 2016

Deutsch (de) English (en) español (es) français (fr) italiano (it) 日本語 (ja) português (pt) русский (ru) slovenčina (sk) 中文(中国大陆)‎ (zh_CN)

Databases portal

References:

Tutorials/practical articles:

Databases

Advantage - MySQL - MSSQL - Postgres - Interbase - Firebird - Oracle - ODBC - Paradox - SQLite - dBASE - MS Access - Zeos

This is a list of Frequently Asked Questions (FAQ) regarding database programming with Lazarus.

Where can I find more information?

Databases:

  • See Databases and the articles about using databases/SQLQuery.

Where can I find database components?

At the moment the SQLdb components are part of FPC and Lazarus. They are installed by default in all more or less recent Lazarus versions.

Manual installation: if you look in the [$LazarusDir]/components you will see a subdirectory SQLdb. Install the sqldblaz.lpk and you will be able to connect to MySQL, Interbase / Firebird, Postgres, MS SQL and Sybase ASE (if you have FPC 2.6.1+), Oracle servers. See Install Packages for help on installing packages.

Supported databases

Known issues

Are there other components?

Lazarus and FPC documentation

The Lazarus visual database controls use FPC database code. Please see SQLDB documentation for more information.

Background info on SQLDB: SqlDBHowto

More info on TSQLQuery: Working With TSQLQuery

Lazarus documentation