C# .Net V2, Strong Type Dataset returning more than one row.
- From: paul.phillips@xxxxxxx
- Date: 11 Sep 2005 20:18:22 -0700
Hi
I have the following table (*=Primary Key):
tblNews:
fldID (Indentity)
fldSite int *
fldPageID int *
fldSection int *
fldContent
I am using a Dataset (Strong typed, generated via the IDE wizard), I
can get to return only one row but I would like to return more, for
example, I want to return all rows that match "fldSiteID=1", it comes
up with an error saying that it does not meet the constrains of the
dataset/table.
Please help
.
- Follow-Ups:
- Re: C# .Net V2, Strong Type Dataset returning more than one row.
- From: Miha Markic [MVP C#]
- Re: C# .Net V2, Strong Type Dataset returning more than one row.
- Prev by Date: Re: ADP question
- Next by Date: Re: void returns?
- Previous by thread: HttpWebResponse Question
- Next by thread: Re: C# .Net V2, Strong Type Dataset returning more than one row.
- Index(es):