Lazarus DB Faq

From Lazarus wiki
Revision as of 09:44, 14 September 2012 by BigChimp (talk | contribs) (Refer to content pages of various dbs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

General

This FAQ covers database programming with Lazarus.

Where can I find more FAQ?

See Lazarus Faq. See also the official website [1].

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.

Are there other components?

IB / FB


MySQL

PostgreSQL

SQLite

See also