S
Siegfried Heintze
As I recall, data readers are much more efficient than DataAdapters.
Unfortunately, the code I am refactoring could really benefit from a VS
generated strongly bound DataRow but it is using a data reader. Is there a
way to make VS 2003 generate a strongly typed DataRow, DataTable or DataSet
that can be easily used with a DataReader? Actually all I really want is a
automatically generated strongly typed DataRow (based on a SQL query) that
can populate itself from a DataReader.
How can I do that?
Thanks,
Siegfried
Unfortunately, the code I am refactoring could really benefit from a VS
generated strongly bound DataRow but it is using a data reader. Is there a
way to make VS 2003 generate a strongly typed DataRow, DataTable or DataSet
that can be easily used with a DataReader? Actually all I really want is a
automatically generated strongly typed DataRow (based on a SQL query) that
can populate itself from a DataReader.
How can I do that?
Thanks,
Siegfried