Forum > Databases
SQLite3 Relational bases
Pe3s:
Hello, where can I find an example of a SQLite relational database written in lazarus?
af0815:
Is something unclear with https://wiki.freepascal.org/SQLite , https://wiki.freepascal.org/TSqlite3_Master_Detail_Example and some more site ? found with searchin on google with lazarus wiki sqlite
and in the wiki is a tutorial https://wiki.freepascal.org/SQLdb_Tutorial1
Pe3s:
Do I need to duplicate components when creating a relational database?
JanRoza:
What components are you talking about?
Normally for databases you need one connection, one transaction and one or more queries per table in that database.
Pe3s:
How do I build a SELECT query to display the entire contents of both tables?
Navigation
[0] Message Index
[#] Next page