> So, how can I get the correct column types returned for all > columns, while at the same time properly handle column > names containing spaces?
> Thanks for any insight. > Jeff Answering my own post, I just found that the following works as expected... set dataType [$db onecolumn "select typeof(\"$colName\") from $table"] I'm OK with that, but if anyone has a suggestion for a more preferred syntax, I'm listening. Also, should space-separated column names "just work" as an argument to "typeof". That is, is this a bug? Thanks, Jeff