Database Connectivity with python

Tim Golden tim.golden at viacom-outdoor.co.uk
Tue Oct 26 04:00:59 EDT 2004


[Avinash Gohad]
| I am little new with the python & Database related programs....
| If I want to develope any database related application,with options
| like add,save,modify,delete,previous,last,next,first for maintaining
| Employee's records.I want to use .mdb file or d-base database as a
| backend.
| I guess there must be some Libraries & modules for using ODBC.
| In VB we can use ADO or DAO, In java we use JDBC, so for
| python please guide me for developing any basic application....

This is probably a good place to start looking:

http://python.org/topics/database/

Also, specifically for ODBC:

http://www.egenix.com/files/python/mxODBC.html

or, for ADO:

http://www.ecp.cc/pyado.html

(or you could just use Google, which is what I just did)

TJG

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________



More information about the Python-list mailing list