D
Daryll Shatz
Does the dataview.sort property work with any column in the table or just
the primary key columns?
When I try to set the sort property to a column that is not a primary key,
it is ignored. Do I need to create an index or something first on the
columns I want to sort (I am setting the sort property in order to use the
dataview.find method)?
Using VB.NET 2002
Thanks in advance.
the primary key columns?
When I try to set the sort property to a column that is not a primary key,
it is ignored. Do I need to create an index or something first on the
columns I want to sort (I am setting the sort property in order to use the
dataview.find method)?
Using VB.NET 2002
Thanks in advance.