N
Noel Justus
Im attempting to use the datareader.getschema table in order to create
the schema table which supposedly produces a reference to the
essential values.
I will be able to map most of the SQLparameters using the values from
the "DataType" and ColumnSize" but will not be able to differentiate
between the char and nchar, varchar and nvarchar, and text and ntext
values.
I notice the "ProviderType" column probably refers to the sql data
type and hesitate to use it for fear of changes down the road.
Any way to truly map the required SqlParameter.dbtype or
sqlparameter.sqldbtype from the datareader.getschema values or from a
datatable created with fillschema using a dataadapter?
Any info appreciated.
the schema table which supposedly produces a reference to the
essential values.
I will be able to map most of the SQLparameters using the values from
the "DataType" and ColumnSize" but will not be able to differentiate
between the char and nchar, varchar and nvarchar, and text and ntext
values.
I notice the "ProviderType" column probably refers to the sql data
type and hesitate to use it for fear of changes down the road.
Any way to truly map the required SqlParameter.dbtype or
sqlparameter.sqldbtype from the datareader.getschema values or from a
datatable created with fillschema using a dataadapter?
Any info appreciated.