Template:Infobox databases
From Free Pascal wiki
Database Programming Articles
References:
- Databases - General information about the capacities of Lazarus and FPC with databases.
- Database libraries - comparison of known database libraries for Lazarus/FPC
- Database field type - List of the various field types that can be used in Lazarus/FPC database programming.
- Lazarus DB Faq
- SqlDBHowto
- Working With TSQLQuery
Tutorials/practical articles:
- Lazarus Database Tutorial - An introduction about the usage of Lazarus with databases.
- SQLdb Tutorial1 - Tutorial focused on data-bound components to get beginners started. Aimed at Firebird but usable with any SQLDB-supported database
- How to write in-memory database applications in Lazarus/FPC - Practical instructions for programming with BufDataset and MemDataset
- MySQLDatabases - Creating a database application using MySQL
- Zeos tutorial - Creating database applications with the Zeos components.
- Zeos+SQLite Tutorial - Good tutorial using screenshots and screencasts it explain how to use SQLite and Zeos, Spanish (google translate does a good work in translating it to English)
- Pascal Data Objects is a database API that worked for both FPC and Delphi and utilises native MySQL libraries for version 4.1 and 5.0 and Firebird SQL 1.5, and 2.0. It's inspired by PHP's PDO class.
- Lazarus Tdbf Tutorial
- Firebird in action - Using Firebird with FPC/Lazarus
- ODBCConn - Using ODBC with FPC/Lazarus
- MS Access - How to access an MS Access database