Am 2010-05-07 um 19:53 schrieb Chris C.: > It's a replacement for an Access db I wrote several years ago that > handles > our household money income, outgo, and budgeting. Since I've been > running ... > a stand alone program version of the Access db. After months of > researching > I decided on Python and SQLite.
Be aware that SQLite can't do user accounts or encryption, so don't use it for anything secret. I guess if you only do personal budget in some personal user account on your computer, that's no big deal. Greetlings from Lake Constance! Hraban --- http://www.fiee.net https://www.cacert.org (I'm an assurer) _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
