> Kaushal Shriyan wrote:
> > Hi ALL
> >
> > How do i connect my python program to MySQL DB or Oracle DB
> or can you
> > please specify the URL which gives a detailed explanation on this.
>
> Basic connectivity is through modules that implement the
> DB-API standard. Read the spec and find
Kaushal Shriyan wrote:
> Hi ALL
>
> How do i connect my python program to MySQL DB or Oracle DB or can you
> please specify the URL which gives a detailed explanation on this.
Basic connectivity is through modules that implement the DB-API
standard. Read the spec and find implementations here:
h
On 11/04/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote:
> Hi ALL
>
> How do i connect my python program to MySQL DB or Oracle DB or can you
> please specify the URL which gives a detailed explanation on this.
SQLObject is your best bet:
http://www.sqlobject.org/
If you're using MySQL, you will ne