Tagged Questions

mORMot, a major upgrade of the Synopse SQLite3 Framework: is released under GPL/LGPL/MPL license is now available in revision 1.15. targets Delphi 6 up to XE2. Resources: Synopse's page Official mORMot Forum Download page

learn more… | top users | synonyms

2
votes
1answer
128 views

Synopse SQLite select rows for 1:N relationship

I'm playing with the Synopse's SQLite implementation, but I'm stucked with the following piece of code. In the form constructor I create a database model where there are two tables Task and Comment ...