Re: Database Programming with Python

2007-02-11 Thread Tim Roberts
[EMAIL PROTECTED] wrote: > >I wanted to connect Python to Ms-Access database using ADO or ODBC. I >have Python 2.5 and on mxODBC site, it has no higher version build >than 2.4. Moreoever, mxODBC is required for ADODB. >Can anyone guide me on this what should I do to make it work on Python >2.5? I h

Re: Database Programming with Python

2007-02-09 Thread fumanchu
On Feb 9, 11:03 am, [EMAIL PROTECTED] wrote: > There are no examples of Dejavu that I found yet. I have installed it > but don't know how to use or call its functions. Read http://projects.amor.org/docs/dejavu/1.5.0RC1/ to learn how to use Dejavu. It's short and should at least give you an idea wh

Re: Database Programming with Python

2007-02-09 Thread Finger . Octopus
> You could use Dejavu 1.5, which has its own wrapper [1] for ADO (both > MS Access and SQL Server/MSDE). No ODBC necessary or desired. > > If you want an ADO wrapper without the full Dejavu ORM, it's possible > (but not heavily documented) to use dejavu's geniusql layer on its > own. That would gi

Re: Database Programming with Python

2007-02-09 Thread fumanchu
On Feb 9, 7:28 am, [EMAIL PROTECTED] wrote: > I wanted to connect Python to Ms-Access database using ADO or ODBC. I > have Python 2.5 and on mxODBC site, it has no higher version build > than 2.4. Moreoever, mxODBC is required for ADODB. > Can anyone guide me on this what should I do to make it wor