Re: [python-win32] adodbapi returns None for text field in first row

2011-01-03 Thread Vernon Cole
Scott: Thanks! Exactly the kind of detective work needed. There has been suspicion of a problem with large binary fields, but your example is the first to nail it down. I suspect that the reported "internal size" of 2 GB for that field may lead us to the source of the bug. Would you be so kind

Re: [python-win32] adodbapi returns None for text field in first row

2011-01-03 Thread Tim Roberts
Halgrim, Scott wrote: > > Thanks, Vernon. > > > > I am using Windows XP, Python 2.7, and adodbapi version 2.2.6 from > pywin32 v214. > > > > The difference between what I’m running and your attempt at > replication is that the problem is occurring with a column of type > text, not of type varch

Re: [python-win32] adodbapi returns None for text field in first row

2011-01-03 Thread Halgrim, Scott
Thanks, Vernon. I am using Windows XP, Python 2.7, and adodbapi version 2.2.6 from pywin32 v214. The difference between what I'm running and your attempt at replication is that the problem is occurring with a column of type text, not of type varchar. (In fact, I've currently created a workarou