![]() |
|||
|
About Article
Hi,Your inner loop traversal is incorrect.In innner loop you have used foreach but accessing item with i(variable);Modify the inner loop code as below. string sSQL="select JOBNO from RentalVehicle"; dataset ds = munshi.executeDS(sSQL,"Jobs").Tables["Jobs"]; ...
Related Articles
|
||||||||||||||