Hi;<br>What type does python consider a MySQL Set??<br><br> if isinstance(colValue[0], (str, int, long, float, long, complex, unicode, list, buffer, xrange, tuple)):<br> pass<br> else:<br>
print 'XXX'<br><br>And the following fields pass through this net: Set and datetime. What type is a datetime?<br><br>How do I parse a Set? Can't slice it. What do I do with the &*$( thing?<br>
Victor<br>