Re: [Tutor] recommendations for database module based on my needs

2006-10-27 Thread Alan Gauld
"Pine Marten" <[EMAIL PROTECTED]> wrote > it is just a small dataset. But how small is small? A potentially big topic. But heres my purely arbitrary guidelines: Less than 1000 records use a text file (or maybe XML) 1,000 - 100,000 records consider an in memory database or something like g

[Tutor] recommendations for database module based on my needs

2006-10-27 Thread Pine Marten
I'm hoping to create an app which takes user data via a GUI with checkboxes, textcontrols, spinner controls, etc. The data would be some text, some numbers, some checkboxes checked or not, etc. I've been making a little progress on that via wxPython and Boa Constructor. Now I want to save th