Re: [Pythonmac-SIG] Database (SQL prefered) access on MacPython

2005-12-03 Thread Piet van Oostrum
> [EMAIL PROTECTED] (SM) wrote: >Benjamin> I asked earlier and ODBC seems to be mostly out on the >Benjamin> MacPython front. What methods do you folks use for accessing >Benjamin> an database (SQL based database prefered) via macpython? >SM> I've used both PostgreSQL and MySQL from Python o

Re: [Pythonmac-SIG] Database (SQL prefered) access on MacPython

2005-12-02 Thread Bob Ippolito
On Dec 2, 2005, at 9:43 AM, Schollnick, Benjamin wrote: >> Python's Db API, of course. http://www.python.org/peps/pep-0249.html >> >> There are a lot of databases out there, and there's a Python >> driver for most of them. http://www.python.org/topics/database/ >> I guess you'll find most help for

Re: [Pythonmac-SIG] Database (SQL prefered) access on MacPython

2005-12-02 Thread Schollnick, Benjamin
> Python's Db API, of course. http://www.python.org/peps/pep-0249.html > > There are a lot of databases out there, and there's a Python > driver for most of them. http://www.python.org/topics/database/ > I guess you'll find most help for MySQL, even if PostgreSQL > or something is better. If you

Re: [Pythonmac-SIG] Database (SQL prefered) access on MacPython

2005-12-02 Thread skip
Benjamin> I asked earlier and ODBC seems to be mostly out on the Benjamin> MacPython front. What methods do you folks use for accessing Benjamin> an database (SQL based database prefered) via macpython? I've used both PostgreSQL and MySQL from Python on Mac OSX with no problems. Anot

Re: [Pythonmac-SIG] Database (SQL prefered) access on MacPython

2005-12-02 Thread Henning.Ramm
>I asked earlier and ODBC seems to be mostly out on the MacPython >front. What methods do you folks use for accessing an database >(SQL based database prefered) via macpython? Python's Db API, of course. http://www.python.org/peps/pep-0249.html There are a lot of databases out there, and there's

[Pythonmac-SIG] Database (SQL prefered) access on MacPython

2005-12-02 Thread Schollnick, Benjamin
Folks, On the PC side, I use an ODBC connection But I'm considering writing an Database application on the Macintosh via Python... I asked earlier and ODBC seems to be mostly out on the MacPython front. What methods do you folks use for accessing an database (SQL based database prefered) vi