F
Fred Block
Hi All,
I have a DataView being created using data from a stored procedure. The SP
itself is sorting the data in the SELECT statement being used.
A SqlDataAdapter is used to fill a table and then the DataView is created
and there is a "Sort" parameter available. Should this "Sort" parameter be
used or is the data brought in sorted as was defined in the stored
procedure?
I really need this to be as fast as possible and being new to ADO.NET, do
not want any mistakes or inefficiencies.
Thanks in advance!
Kind regards - Fred
I have a DataView being created using data from a stored procedure. The SP
itself is sorting the data in the SELECT statement being used.
A SqlDataAdapter is used to fill a table and then the DataView is created
and there is a "Sort" parameter available. Should this "Sort" parameter be
used or is the data brought in sorted as was defined in the stored
procedure?
I really need this to be as fast as possible and being new to ADO.NET, do
not want any mistakes or inefficiencies.
Thanks in advance!
Kind regards - Fred