PC Review


Reply
Thread Tools Rate Thread

Dataset with multiple tables

 
 
Andrea
Guest
Posts: n/a
 
      18th Oct 2008
I have a data structure composed with a dataset with multiple tables
connected through relationship. I'm using different table adapters of the
dataset for load table, but when i use the select method on master table
,data store in the other table are not filter.
I think that when there are relation with table a filter apply on table have
effect on the relate table drive by relation.
Any suggestions?
Regards
Andrea

 
Reply With Quote
 
 
 
 
John Saunders
Guest
Posts: n/a
 
      18th Oct 2008
"Andrea" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have a data structure composed with a dataset with multiple tables
> connected through relationship. I'm using different table adapters of the
> dataset for load table, but when i use the select method on master table
> ,data store in the other table are not filter.
> I think that when there are relation with table a filter apply on table
> have effect on the relate table drive by relation.


Andrea, DataTable.Select doesn't even filter the master table. It returns an
array of rows.

I don't know if there is any way to filter so that master rows are selected
and then only the detail rows that are children of the master rows, etc.

--
John Saunders | MVP - Connected System Developer

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DataSet Designer/adding multiple tables to a dataset/ how? =?Utf-8?B?Q3VydGlz?= Microsoft ADO .NET 1 21st Aug 2006 02:09 PM
multiple tables within a dataset Craig G Microsoft VB .NET 4 8th Dec 2004 03:33 PM
DataSet with multiple tables - which one has changes? PeterZ Microsoft ADO .NET 2 20th May 2004 04:58 AM
Multiple tables in a dataset Raj Microsoft Dot NET Compact Framework 0 10th Dec 2003 10:31 PM
Multiple tables in dataset Juan Romero Microsoft ADO .NET 3 9th Sep 2003 07:19 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:00 AM.