Dear Sirs
I was programming many years with delphi/sql server and now i am looking python
with your ado library to migrate . I am making my first ado program with python
using python 3.1 and pythonwin but i have a problem : recordset can´t acces
fields data i send you a sample and the answ
On Thu, Sep 2, 2010 at 6:36 AM, Dardo Schuster Glez
wrote:
> Dear Sirs
>
> I was programming many years with delphi/sql server and now i am looking
> python with your ado library to migrate . I am making my first ado program
> with python using python 3.1 and pythonwin but i have a problem : recor
On Thu, Sep 2, 2010 at 01:08, Tony Cappellini wrote:
> Thanks Brian.
> If it's a known bug, why don't they pull that installer down?
Then there would be no installers for 2.6.6, effectively removing Windows
from the list of supported platforms. The compile step is nice, but not
required, and ce
>> If it's a known bug, why don't they pull that installer down?
>
> Then there would be no installers for 2.6.6, effectively removing Windows
> from the list of supported platforms. The compile step is nice, but not
> required, and certainly not a show-stopper.
I guess a more important question i
On Thu, Sep 2, 2010 at 09:27, Tony Cappellini wrote:
> >> If it's a known bug, why don't they pull that installer down?
> >
> > Then there would be no installers for 2.6.6, effectively removing Windows
> > from the list of supported platforms. The compile step is nice, but not
> > required, and c
Dardo Schuster Glez wrote:
> Dear Sirs
>
> I was programming many years with delphi/sql server and now i am
> looking python with your ado library to migrate . I am making my first
> ado program with python using python 3.1 and pythonwin but i have a
> problem : recordset can´t acces fields data
x27;%s'" % (repr(self),
attr))
AttributeError: '' object has no attribute 'fields'
Which is the problem ???
Please answer a soon as posible
Thanks
Dardo R. Schuster
Tenerife - canary islands - Spain
-- next part
Dardo:
Why are you going to all this work?
You could simply...
import adodbapi
which has all of the COM interface things already written.
There is a new version which has the ability to access columns by name, and
which uses objects to read data directly from the recordset (rather than
copying