Hi;<br>I have this code:<br><br>        sql = 'describe %s %s;' % (optionsStore, option)<br>        print sql<br>        cursor.execute(sql)<br>        descr = cursor.fetchone()<br>        if len(descr) is not None:<br>
<br>Python complains:<br><br><strong>TypeError</strong>: len() of unsized object
<br><br>Please advise how to rewrite the last line so as to avoid the infamous try/except.<br>TIA,<br>beno<br clear="all"><br>-- <br>The Logos has come to bear<br><a href="http://logos.13gems.com/">http://logos.13gems.com/</a><br>