G
Guest
I am retrieving table schemas for given tables; the information returns the
following items of informatin for every column in the table:
ColumnName
ColumnOrdinal
ColumnSize
NumericPrecision
NumericScale
DataType
ProviderType
IsLong
AllowDBNull
IsReadOnly
IsRowVersion
IsUnique
IsKey
IsAutoIncrement
BaseSchemaName
BaseCatalogName
BaseTableName
BaseColumnName
I am interested in ProviderType in particular. Is there a table that lists
all the possible values for this , perhaps for SQL Server & ORACLE?
Thanks.
following items of informatin for every column in the table:
ColumnName
ColumnOrdinal
ColumnSize
NumericPrecision
NumericScale
DataType
ProviderType
IsLong
AllowDBNull
IsReadOnly
IsRowVersion
IsUnique
IsKey
IsAutoIncrement
BaseSchemaName
BaseCatalogName
BaseTableName
BaseColumnName
I am interested in ProviderType in particular. Is there a table that lists
all the possible values for this , perhaps for SQL Server & ORACLE?
Thanks.