connecting to DBMS

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • varun chadha

    connecting to DBMS

    i am a newbie to python and is working on an application which needs
    to connect to the database. can anyone guide me through the DBMS that
    i can use and the module to connect to it. currently i have MySQL
    installed using the link on the python.org site but is unable to
    connect to it through python. pls specify the link to the tutorials
    which can guide to connect and execute my query. hopes u understood
    what i meant to say.
    thanks in advance
  • teebes

    #2
    Re: connecting to DBMS

    On Jul 1, 9:35 am, varun chadha <varun.con...@g mail.comwrote:
    i am a newbie to python and is working on an application which needs
    to connect to the database. can anyone guide me through the DBMS that
    i can use and the module to connect to it. currently i have MySQL
    installed using the link on the python.org site but is unable to
    connect to it through python. pls specify the link  to the tutorials
    which can guide to connect and execute my query. hopes u understood
    what i meant to say.
    thanks in advance
    mysql-python is probably your best bet for MySQL databases
    Download MySQL for Python for free. MySQL database connector for Python programming. MySQLdb is a Python DB API-2.0-compliant interface; see PEP-249 for details.


    As far as tutorials are concerned, the presentation linked in this
    page is very good, given by the creator of the interface Andy Dustman:

    (scroll down to page 7 for the stuff on MySQL).

    - Teebes

    Comment

    Working...