Re: [sqlite] A few question using sqlite

2008-03-13 Thread Zoltan Bencik
Hello, Thank you all for answering my questions. On Thu, Mar 13, 2008 at 8:23 AM, Jay A. Kreibich <[EMAIL PROTECTED]> wrote: > On Wed, Mar 12, 2008 at 11:50:57PM +0500, Zoltan Bencik scratched on the wall: > > My questions are: > > -- Will be this way of indexing speed up

[sqlite] A few question using sqlite

2008-03-12 Thread Zoltan Bencik
Hello all, I'm trying to enhance startup load and sorting in my application. In order to speed up sorting I'm thinking of using sqlite. Since the data I'm using gets sometimes in 10,000 rows, and using some list control for GUI, sorting by list columns gets a bit nasty and slow. I would like to ge