G
Guest
Hi,
I have problem using the string I declared in selecting the column in my
datatable.
Please could you tell me am I doing something incorrect?
Here is my code:
Dim myString As String
Dim dv As DataView = New DataView(dsDataSet.Tables("myTable"), _
" '" & myString & "' = '" & otherString & "'", "",
DataViewRowState.CurrentRows)
It compiles without problem,
but when I run it, It returns nothing from my dataview.
Can anyone help please, many thanks
I have problem using the string I declared in selecting the column in my
datatable.
Please could you tell me am I doing something incorrect?
Here is my code:
Dim myString As String
Dim dv As DataView = New DataView(dsDataSet.Tables("myTable"), _
" '" & myString & "' = '" & otherString & "'", "",
DataViewRowState.CurrentRows)
It compiles without problem,
but when I run it, It returns nothing from my dataview.
Can anyone help please, many thanks