[Tutor] using a networked data file
Wayne Werner
waynejwerner at gmail.com
Sun Dec 12 14:36:03 CET 2010
On Sat, Dec 11, 2010 at 12:07 PM, Bill Allen <wallenpb at gmail.com> 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
> contact. So, one table with these being the fields in each record should
> suffice. The users will be presented an interface that allows them to
> select one or more recipients to which a standardized email with a PDF
> attachment will be sent. All of this is no problem. I was concerned that
> with more than one user at a time potentially accessing the SQLite db at a
> time would be a problem, but I see from the SQLite site and from some
> discussions here on Tutor that this is perfectly fine. The users may add
> information to the db also, but since such writes will be infrequent this
> too should be OK. At least, that is the impression that I have gotten from
> what I have read here and other places. Just wanting to confirm that I
> have understood this correctly. Also, any other suggestions are welcome.
>
> Thanks,
> Bill Allen
I think the larger concern is how the users are accessing the DB. Multiple
clients on multiple computers accessing the same db file on an accessible
network location? Or something else?
There are plenty of pitfalls to be aware of depending on your use.
-Wayne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20101212/5ace6b02/attachment.html>
More information about the Tutor
mailing list