According to this article the DataType column on the GetSchemaTable from an Odbc data reader should be DbType but when I run a query using Odbc the type is a system type.
http://msdn.microsoft.com/en-us/library/system.data.odbc.odbcdatareader.getschematable.aspx
I'm using the meta data to create a table in a different database on a different server of a different type (e.g. the query is run on MSSQL but the create table is for PostgreSQL).
View Complete Post