> [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
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
> 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
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
>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
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