Tim Field Posted September 6, 2005 Posted September 6, 2005 If I had two datatables. e.g. Car and Passengers. Car CarID, Colour, Type 1 , Red, Jaguar 2 , Blue, Lotus Passengers PassengerID, PassengerName, CarID 1 , John, 1 2 , Phil, 2 3 , Paul, 2 And wanted to output these in XML with Car as the master node what would use in C# ?? Thanks, Tim :D Quote
Machaira Posted September 6, 2005 Posted September 6, 2005 Do a Select with a join on the two tables and export the resulting dataset. Quote Here's what I'm up to.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.