P 
		
								
				
				
			
		paul.phillips
Hi
I have the following table (*=Primary Key):
tblfldID (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
				
			I have the following table (*=Primary Key):
tblfldID (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
