After executing a query that returns values, cursor.description contains
a list of tuples, one tuple for each field. Each tuple has seven values
consisting of 
(name,type_code,display_size,internal_size,precision,scale,null_ok).

Where can I find a listing of what the various type_codes are? Do I need
to experiment and make my own list?

-- 
"As empty vessels make the loudest sound, so they that have
 the least wit are the greatest blabbers." -- Plato
    Rick Pasotto    r...@niof.net    http://www.niof.net
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to