This example demonstrates how SQLite database engine can be used in
assembly written applications.

Actually there are 2 examples - first one "DBCreate.fpr" is console
application, that creates database with images inside as a blob fields.
(I wrote it only because standard SQLite management utilities can't
handle blob fields properly)

The second one "Planets.fpr" is simple catalog of all planets from the
Solar system with pictures. There is already prepared database with the
information: "Pictures.sqlite".

Enjoy.