Re: [Tutor] using a networked data file

2010-12-12 Thread Bill Allen
Wayne, Yes, you have characterized it pretty well. Additionally, it will be accessed typically by maybe a dozen individuals, typically only reading information from the database and infrequently writing to it. --Bill On Sun, Dec 12, 2010 at 7:36 AM, Wayne Werner wrote: > > > I think the large

Re: [Tutor] using a networked data file

2010-12-12 Thread Wayne Werner
On Sat, Dec 11, 2010 at 12:07 PM, Bill Allen wrote: > David, > > Thanks for the feedback. I should have been more specific on the usage of > the data. The data will be some email addresses, names, department, and an > indicator if the email address is internal to the business or an external >

Re: [Tutor] using a networked data file

2010-12-11 Thread Bill Allen
David, Thanks for the feedback. I should have been more specific on the usage of the data. The data will be some email addresses, names, department, and an indicator if the email address is internal to the business or an external contact. So, one table with these being the fields in each rec

Re: [Tutor] using a networked data file

2010-12-11 Thread David Hutto
On Fri, Dec 10, 2010 at 10:23 PM, Bill Allen wrote: > This is somewhat non-Python specific   I have an idea for a Python > application that I want to write at work.  The application needs to have a > data file be available to multiple users for access, read and write.   I > know that a typical dat

[Tutor] using a networked data file

2010-12-10 Thread Bill Allen
This is somewhat non-Python specific I have an idea for a Python application that I want to write at work. The application needs to have a data file be available to multiple users for access, read and write. I know that a typical database, such as mysql, would work ok. However, I am trying t