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

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] 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

[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