lets say we've: dType = type(all_rows[rowid][key]) Now how to check if the dType is string, or integer, boolean etc? Any build-in functions for this purpose?
Regards On Saturday, 29 December 2012 13:07:29 UTC+5, at wrote: > > > While looping through all database fields of a table, need to determine > data-type of each field before processing data in it. > How to determine which fields is of type *str*, which one is of *int type*, > etc. Can somebody assist? > > Thanks > --

