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-29 Thread C.Peachment
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

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 I was

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, modifications occur via

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 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 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. The application is not doing

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

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 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 I want

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