What is your final goal? To show a hierarchical relationship of data in a grid?
-----Original Message----- From: John Lomnicki [mailto:John_Lomnicki@;HOTMAIL.COM] Sent: Tuesday, November 12, 2002 7:55 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Many to Many Database Relationships in a Data Object Erick, I was looking for an automagic many to many wire up using data tables and was unable to find any. Ideally I would use data binding, but I don't know if this will be an option. Kind Regards, John Lomnicki Just Another .NET Guy ----- Original Message ----- From: "Erick Thompson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 11, 2002 5:56 PM Subject: Re: [ADVANCED-DOTNET] Many to Many Database Relationships in a Data Object > Datasets will support many-to-many relationships, and strongly typed ones > will do it even better. They will work, but I really want 'automagic' > databinding for many to many relationships (does anyone know how to do > this?). But if you don't need the databinding, take a look at datasets. > > Erick > > ----- Original Message ----- > From: "John Lomnicki" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, November 11, 2002 2:01 PM > Subject: [ADVANCED-DOTNET] Many to Many Database Relationships in a Data > Object > > > I am looking for an easy way to create a data object that understands a many > to many relationship. I have 15 many to many relationships in my current > database and am looking for a generic, repeatable, and easy way to create > data objects that understand the relationships between two tables with a > many to many relationship. Any ideas? > > > Kind Regards, > > John Lomnicki > Just Another .NET Guy > > You can read messages from the Advanced DOTNET archive, unsubscribe from > Advanced DOTNET, or > subscribe to other DevelopMentor lists at http://discuss.develop.com. > > You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or > subscribe to other DevelopMentor lists at http://discuss.develop.com. > You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
