Typed Dataset and Find row method

  • Thread starter Thread starter John
  • Start date Start date
J

John

Anyone knows how to use Strong Typed DataSet to find row. After added Order
Details table, here's how I did

SQLConn.Open()

Order_Details.Fill(NorthWind, "Order Details")

SQLConn.Close()

'the next line return nothing

Dim dt As NorthWind.Order_DetailsDataTable = New
NorthWind.Order_DetailsDataTable

Dim dr() As NorthWind.Order_DetailsRow = dt.Select("OrderID=10248")



this is not working. Please help
 
* "John said:
Anyone knows how to use Strong Typed DataSet to find row. After added Order
Details table, here's how I did

Your system's date is wrong. Repost your question with the correct date
in the appropriate group
(<
 
Back
Top