[python-win32] FW: Problems with recordset object

2010-09-02 Thread Dardo Schuster Glez
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

Re: [python-win32] FW: Problems with recordset object

2010-09-02 Thread David Hutto
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

Re: [python-win32] Installation problem: Python 2.6.6 (32-Bit) on Windows 7 (32-Bit)

2010-09-02 Thread Brian Curtin
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

Re: [python-win32] Installation problem: Python 2.6.6 (32-Bit) on Windows 7 (32-Bit)

2010-09-02 Thread Tony Cappellini
>> 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

Re: [python-win32] Installation problem: Python 2.6.6 (32-Bit) on Windows 7 (32-Bit)

2010-09-02 Thread Brian Curtin
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

Re: [python-win32] FW: Problems with recordset object

2010-09-02 Thread Tim Roberts
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

Re: [python-win32] problems with recordset object

2010-09-02 Thread Zev Spitz
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

Re: [python-win32] FW: Problems with recordset object

2010-09-02 Thread Vernon Cole
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