A
Ashwin Murali. T
I have a table called orderdetails which has a composite key. It is made
of OrderID+ItemCode.
The OrderID comes from the Orders table and the ItemCode comes from the
Items table.(Foreign Key Constraints)
I have a winform application where i have a combobox which displays the
OrderID from the Orders table. On selecting any one OrderID from the
combobox, i want the corresponding rows containing the selected OrderID to
be displayed in a datagrid..
How do i do this. When i try using
Dataset.Tables("TableNAme").Rows.Find(OrderID), i get error saying that only
one key was given and the other is missing....
Kindly help me with this.... ASAP
Chao...
Ashwin...
of OrderID+ItemCode.
The OrderID comes from the Orders table and the ItemCode comes from the
Items table.(Foreign Key Constraints)
I have a winform application where i have a combobox which displays the
OrderID from the Orders table. On selecting any one OrderID from the
combobox, i want the corresponding rows containing the selected OrderID to
be displayed in a datagrid..
How do i do this. When i try using
Dataset.Tables("TableNAme").Rows.Find(OrderID), i get error saying that only
one key was given and the other is missing....
Kindly help me with this.... ASAP
Chao...
Ashwin...