Grumman <[EMAIL PROTECTED]> writes:

> If running on a Mac really is a goal, ditch Access, its windows
> only. You'd want to look into MySQL, PostgreSQl or some such for
> inter-platform use.

Depending on how large the dataset is likely to get, SQLite may be
a good choice for the data-handling backend. Data files are portable
between machine architectures and within major version numbers, and it
avoids a lot of the setup and maintanence of the database systems
mentioned above (no need for a running server process, etc).

http://sqlite.org/

Just a happy user,

Nick

-- 
#  sigmask  ||  0.2  ||  20030107  ||  public domain  ||  feed this to a python
print reduce(lambda x,y:x+chr(ord(y)-1),' Ojdl!Wbshjti!=obwAcboefstobudi/psh?')
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to