RE: [sqlite] real time gui updates

2006-06-29 Thread Rob Menegon
[mailto:[EMAIL PROTECTED] Sent: Thursday, 29 June 2006 10:56 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] real time gui updates [EMAIL PROTECTED] wrote: > "Rob Menegon" <[EMAIL PROTECTED]> wrote: > >> Not sure whether I understand how this would occur. >&g

RE: [sqlite] real time gui updates

2006-06-29 Thread Pat Wibbeler
use the right query, but it may access the disk, and it may interfere with OS power management. Pat -Original Message- From: John Stanton [mailto:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 6:50 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] real time gui updates In that case

Re: [sqlite] real time gui updates

2006-06-29 Thread John Stanton
processes. -Original Message- From: John Stanton [mailto:[EMAIL PROTECTED] Sent: Thursday, 29 June 2006 2:51 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] real time gui updates In that case your application knows whenever the database is changed and can call a refresh routine. Rob

Re: [sqlite] real time gui updates

2006-06-29 Thread Dennis Jenkins
[EMAIL PROTECTED] wrote: > "Rob Menegon" <[EMAIL PROTECTED]> wrote: > >> Not sure whether I understand how this would occur. >> >> The application is not doing or responsible for the updates to the database. >> Its only function in life is to retrieve and display data. Updates, >>

Re: [sqlite] real time gui updates

2006-06-29 Thread drh
"Rob Menegon" <[EMAIL PROTECTED]> wrote: > Not sure whether I understand how this would occur. > > The application is not doing or responsible for the updates to the database. > Its only function in life is to retrieve and display data. Updates, > modifications occur via another application, so

RE: [sqlite] real time gui updates

2006-06-29 Thread C.Peachment
gt;displaying data - independent processes. >-Original Message- >From: John Stanton [mailto:[EMAIL PROTECTED] >Sent: Thursday, 29 June 2006 2:51 PM >To: sqlite-users@sqlite.org >Subject: Re: [sqlite] real time gui updates >In that case your application knows whenever t

RE: [sqlite] real time gui updates

2006-06-29 Thread Rob Menegon
- one user (app) doing updates and another displaying data - independent processes. -Original Message- From: John Stanton [mailto:[EMAIL PROTECTED] Sent: Thursday, 29 June 2006 2:51 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] real time gui updates In that case your application

Re: [sqlite] real time gui updates

2006-06-28 Thread John Stanton
: +61 2 8569 2063 Phone: +61 2 9482 7193 Email: [EMAIL PROTECTED] Skype: rmenegon -Original Message- From: John Stanton [mailto:[EMAIL PROTECTED] Sent: Wednesday, 28 June 2006 10:45 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] real time gui updates Rob Menegon wrote: I have

RE: [sqlite] real time gui updates

2006-06-28 Thread Rob Menegon
Stanton [mailto:[EMAIL PROTECTED] Sent: Wednesday, 28 June 2006 10:45 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] real time gui updates Rob Menegon wrote: > I have an application that displays data retrieved from various SQLite > tables. As the data within the tables changes

Re: [sqlite] real time gui updates

2006-06-28 Thread John Stanton
Rob Menegon wrote: I have an application that displays data retrieved from various SQLite tables. As the data within the tables changes I want these changes reflected in the application real time. Can someone advise on the best way of doing this? Rob Menegon Do you have multiple

Re: [sqlite] real time gui updates

2006-06-28 Thread Peter Cunderlik
On 6/28/06, Rob Menegon <[EMAIL PROTECTED]> wrote: I have an application that displays data retrieved from various SQLite tables. As the data within the tables changes I want these changes reflected in the application real time. Can someone advise on the best way of doing this? Try