Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: accessing multiple tables


Message #1 by "Shraddha Kagalwala" <skagalwa@n...> on Thu, 6 Mar 2003 14:19:06 -0500
hello

i am using datagrid to display the student details in my application
and i have a query that has multiple tables means it gets data from multiple
tables instead of one
and i am using dataset to get that data
but as dataset can only have one table name as it's parameter so which table
name should i be giving.

thanks
shraddha

Message #2 by "Ivan Porto Carrero" <ivan@k...> on Thu, 6 Mar 2003 19:37:20
I create a query in my database and generate a dataset from that query.
This fills 1 table in the dataset from which you can choose the name

If you have duplicate field names redefine them to be unique.
Message #3 by wade@p... on Thu, 6 Mar 2003 21:57:20
> hello

i am using datagrid to display the student details in my application
and i have a query that has multiple tables means it gets data from 
multiple
tables instead of one
and i am using dataset to get that data
but as dataset can only have one table name as it's parameter so which 
table
name should i be giving.

thanks
shraddha


  Return to Index