Hi,
You have to check "Dataset primary key" check box when adding primary key.

Signature
Miha Markic [MVP C#] - RightHand .NET consulting & development
www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/
SLODUG - Slovene Developer Users Group www.codezone-si.info
>I have a typed dataset as follows,which as you can see **Dose have a
>primary key**.In the application when I try to use the Find mentod on it it
[quoted text clipped - 66 lines]
> </xs:element>
> </xs:schema>
Ray5531 - 24 May 2005 09:04 GMT
Where is that check box?
Thanks for your reply.
> Hi,
>
[quoted text clipped - 70 lines]
>> </xs:element>
>> </xs:schema>
Miha Markic [MVP C#] - 24 May 2005 13:55 GMT
You'll see it when you right click on a table row in designer and select
Add/New Key...
or when you right click on a primary key row and pick Edit Key... menu
option.

Signature
Miha Markic [MVP C#] - RightHand .NET consulting & development
www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/
SLODUG - Slovene Developer Users Group www.codezone-si.info
> Where is that check box?
>
[quoted text clipped - 76 lines]
>>> </xs:element>
>>> </xs:schema>
J-T - 25 May 2005 17:31 GMT
They are both marked as primary key .In the schema code
msdata:PrimaryKey="true" alos shows that these are the primary keys.
Thanks
> You'll see it when you right click on a table row in designer and select
> Add/New Key...
[quoted text clipped - 84 lines]
>>>> </xs:element>
>>>> </xs:schema>