?
=?iso-8859-1?Q?J=F6rgen_Bj=F6rkman?=
I declared a variable as IDbDataAdapter and instanciated
it via the Activator (Activator.CreateInstance, where the
string value was read from an ini-file). The Problem is
that the variable only accepts DataSets for Fill and
Update, I would like to pass DataTables (and DataRows)
like when the variable is declared as SqlDataAdapter or
OracleDataAdapter. Does anyone have a workaround for this?
Does anyone know if Microsoft will extend the
IDbDataAdapter interface in future releases of the .NET
Framework?
it via the Activator (Activator.CreateInstance, where the
string value was read from an ini-file). The Problem is
that the variable only accepts DataSets for Fill and
Update, I would like to pass DataTables (and DataRows)
like when the variable is declared as SqlDataAdapter or
OracleDataAdapter. Does anyone have a workaround for this?
Does anyone know if Microsoft will extend the
IDbDataAdapter interface in future releases of the .NET
Framework?