free logbook software for pilots
"Mike Gaskins" wrote in message
ups.com...
I've been working on one myself using C and the GTK2 toolkit
but have been running into a bit of trouble getting the database
backend (Itzam) to behave correctly (I've been trying to avoid
using a full fledged database and keep it embedded, but I might
have to scrap that idea and move to something like MySQL).
There are not so many flight records that need to be accessed randomly that
they need a relational database like MySQL... You might want to consider a
series of just flat files, binary if necessary... You should have full
control of how your data is stored so that you don't have to worry about
subsequent releases of the database being different enough that you would
have to modify your code...
|