C# .Net V2, Strong Type Dataset returning more than one row.



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

.