Considering getting into Python... Any Pros-Cons?

DeepBlue DeepBlue at DeepBlue.org
Mon Nov 5 08:25:44 EST 2001


"Cliff Pruitt" <mail at cliffpruitt.com> wrote in message
news:B80A5A66.125F%mail at cliffpruitt.com...
> If i had, say, a
> microsoft access Database, is python capable of displaying records and
doing
> searches on that database?  Maybe more importantly is it capable of adding
> records

The answer is yes.  There are ODBC packages to use with Python (mxODBC)
http://www.lemburg.com/files/python/mxODBC.html
(also check: http://starship.python.net/crew/bwilk/access.html)
 and you can also use Win32 COM interfaces with Python win32 extensions.
DeepBlue





More information about the Python-list mailing list