Problem with Datasets

Hallo,

I want to display the details from 6 tables in a datgrid. I am using a dataset and defined the  tables and relationship  in dataset(using the xml editor). Ist that necessary to create  the table and column mapping How can i do that Should i create a dataadapter for each table Can anybody please help me

regards
swingme



Answer this question

Problem with Datasets

  • SP Steve

    Hi swingme - the table & column 'mapping' is what you want to display The 'mapping' is done with a 'join' of the tables. Joins are specified as SQL queries.

    I'm still new to SQL server express; the usual way i write queries is to have Access write them for me.

  • Problem with Datasets