SQL Server field metadata issue
Posted: Wed 25 Apr 2012 21:22
When I use the TUniMetaData component to retrieve field information from a SQL Server 2008 R2 database the the field name and position are correct but the user_type_id is the wrong number.
data type - integer sys.type - 56 metadata - 3
data type - varchar sys.type - 167 metadata - 129
what's going on here?
data type - integer sys.type - 56 metadata - 3
data type - varchar sys.type - 167 metadata - 129
what's going on here?