Template:Infobox databases
From Free Pascal wiki
與資料庫程式設計相關的文章
References:
- Databases - General information about the capacities of Lazarus and FPC with databases.
- 資料庫函式庫 - 已知的 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 - FPC/Lazarus 使用 Firebird 的方法
- ODBCConn - FPC/Lazarus 使用 ODBC 的方法
- MS Access - 如何存取 MS Access 資料庫