Re: [Tutor] storing text in databases

2007-02-22 Thread Che M
Thank you Bob and Alan. That helps alot. I will store text as files and index them somehow in the database (and yes Alan's section on SQL on his site is a great resource for this). -Che _ The average US Credit Score is 675. The cos

Re: [Tutor] storing text in databases

2007-02-22 Thread Alan Gauld
"Chae M" <[EMAIL PROTECTED]> wrote > Is it a reasonable idea to store text (a few hundred words each > record) in a database? That depends on what you want to do with it. If you only wanmt to store the data and maybe do some searches for words etc then no, a simply folder fiull of text files will

Re: [Tutor] storing text in databases

2007-02-21 Thread Bob Gailer
Chae M wrote: > Is it a reasonable idea to store text (a few hundred words each > record) in a database? I'm learning to use the SQLite database > that comes with Python, and it seems like a good idea in terms > of being able to search for notes, etc. My specific questions: > > - Can formatting o