Re: [Tutor] ways to sync databases with Python and SQLite?

2008-09-09 Thread Kent Johnson
On Tue, Sep 9, 2008 at 6:56 PM, Che M <[EMAIL PROTECTED]> wrote: > Hi list, > > I have been trying to create a small desktop application with Python > that uses a small SQLite database. Recently I've got use of a 2nd computer > (for my job) and have thought now about using the app on that one as w

Re: [Tutor] ways to sync databases with Python and SQLite?

2008-09-09 Thread Alan Gauld
"Che M" <[EMAIL PROTECTED]> wrote in message I'd like to get ideas about how I could extend the application so that the databases on each computer could be kept "synchronized" How do you intend to get the two computers to talk? Basically for any kind of synch both com,puters need to be able

[Tutor] ways to sync databases with Python and SQLite?

2008-09-09 Thread Che M
Hi list, I have been trying to create a small desktop application with Python that uses a small SQLite database. Recently I've got use of a 2nd computer (for my job) and have thought now about using the app on that one as well. I'd like to get ideas about how I could extend the application s