Re: [sqlite] Re: Life of a cursor

2004-05-19 Thread Tito Ciuro
As far as I know that is the basic "industry standard" design for Client-Server. Fred -Original Message- From: Tito Ciuro [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 1:35 AM To: George Ionescu Cc: Sqlite Forum Subject: Re: [sqlite] Re: Life of a cursor Hello George, Af

RE: [sqlite] Re: Life of a cursor

2004-05-19 Thread Fred Williams
constraints. As far as I know that is the basic "industry standard" design for Client-Server. Fred > -Original Message- > From: Tito Ciuro [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 19, 2004 1:35 AM > To: George Ionescu > Cc: Sqlite Forum > Subject:

Re: [sqlite] Re: Life of a cursor

2004-05-19 Thread Brass Tilde
> > After that, it's of no use to keep the database open, so it closes it. > > And sends the results obtained back to the client. > > Wow! This is the first I hear that. Wouldn't that be an expensive > operation? (opening, closing, reopening...) For an embedded database, such as SQLite, yes it wou

Re: [sqlite] Re: Life of a cursor

2004-05-18 Thread Tito Ciuro
Hello George, After that, it's of no use to keep the database open, so it closes it. And sends the results obtained back to the client. Wow! This is the first I hear that. Wouldn't that be an expensive operation? (opening, closing, reopening...) Thanks for your comments! Regards, -- Tito On 19 m