In ado.net cannot have table as child of more than one parent. Is there a way around this?

Re: Child Table by Miha

Miha
Tue Jun 01 07:59:07 CDT 2004

Why not?

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

"Paul Meehan" <anonymous@discussions.microsoft.com> wrote in message
news:00352AA6-1F06-40F5-A3E8-27C428D87261@microsoft.com...
> In ado.net cannot have table as child of more than one parent. Is there a
way around this?



Re: Child Table by anonymous

anonymous
Tue Jun 01 08:46:01 CDT 2004

Refer to the following URL
http://support.microsoft.com/default.aspx?scid=kb;en-us;325696
We are actually using Visual Studio to process XML data and it gives the above error, which says that it is a limitation of ADO.NET in dealing with a table which is child of more than one parent


Re: Child Table by William

William
Tue Jun 01 08:58:34 CDT 2004

Paul:

Miha is right though, you can have the relation. This is a problem with the
designer not with ADO.NET. If you need to do it, you can just create the
dataRelations on your own. I'll forewarn you that w/ Databindings it's not
much fun, but you can still use it for many things. IF you need the visual
tools in the designer, I don't think there's a fix for it.

--

W.G. Ryan, eMVP

http://forums.devbuzz.com/
http://www.knowdotnet.com/williamryan.html
http://www.msmvps.com/WilliamRyan/
http://www.devbuzz.com/content/zinc_personal_media_center_pg1.asp
"Paul Meehan" <anonymous@discussions.microsoft.com> wrote in message
news:79E4332C-BCE6-4AD6-9645-A9274A701B5C@microsoft.com...
> Refer to the following URL:
> http://support.microsoft.com/default.aspx?scid=kb;en-us;325696
> We are actually using Visual Studio to process XML data and it gives the
above error, which says that it is a limitation of ADO.NET in dealing with
a table which is child of more than one parent.
>