K
Kay
Hello,
I have a problem with the RowFilter property, which I have explained below.
I create a typed dataset from a Sql view. Using a data adapter I fill the
table in the dataset. However when I try to apply a filter to the table in
the dataset, the filter is ignored, here is the code I use but I just get
back all the rows in the dataset:
Dim requestedRecord As DataView = AddressDataSet.v_Address.DefaultView
requestedRecord.RowFilter = "Address_Id = " & "'675895'"
Any help appreciated.
Thanks,
Kay.
I have a problem with the RowFilter property, which I have explained below.
I create a typed dataset from a Sql view. Using a data adapter I fill the
table in the dataset. However when I try to apply a filter to the table in
the dataset, the filter is ignored, here is the code I use but I just get
back all the rows in the dataset:
Dim requestedRecord As DataView = AddressDataSet.v_Address.DefaultView
requestedRecord.RowFilter = "Address_Id = " & "'675895'"
Any help appreciated.
Thanks,
Kay.