Re: [sqlite] A few question using sqlite

2008-03-13 Thread Jay A. Kreibich
On Thu, Mar 13, 2008 at 12:41:15PM +0500, Zoltan Bencik scratched on the wall: > 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 > > w

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 my ordered retrieval o

Re: [sqlite] A few question using sqlite

2008-03-12 Thread Jay A. Kreibich
On Wed, Mar 12, 2008 at 11:50:57PM +0500, Zoltan Bencik scratched on the wall: > 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 li

Re: [sqlite] A few question using sqlite

2008-03-12 Thread Dennis Cote
Zoltan Bencik wrote: > 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 n