In retrieving the columns data type from a table by using 'OleDbSchemaGuid', the data_type returned is an integer. Could someone please explain the method of converting the integer data_type to its 'string name' eg 'Int16'.

Thankyou