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

2011-01-04 Thread Halgrim, Scott
Thanks, Vernon, for pointing out the new version. Updating my version of adodbapi fixed the issue. Thanks again, Scott From: Vernon Cole [mailto:vernondc...@gmail.com] Sent: Monday, January 03, 2011 4:35 PM To: Halgrim, Scott Cc: python-win32@python.org

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

2011-01-03 Thread Halgrim, Scott
ating' ...see attachment for remaining... >>> print repr(rows[0]) (u'infiltrating', None, u'C0007124') >>> print repr(rows[1]) (u'infitrating', u'infitrating ductal carcinoma', u'C0007124') >>> c.close() >>>

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

2010-12-30 Thread Halgrim, Scott
Has anybody ever had an issue like this? I submit a query to a table and everything works out fine, except for one column in one row. The column of type text in the first row returned is always None. I've modified the query by adding a WHERE clause so that a different row was the first one re