Removing/relocating the primary key in a dataset.

mike55

Well-known member
Joined
Mar 26, 2004
Messages
726
Location
Ireland
Hi all

How do I go about removing/relocating a primary key in a dataset. I know that I can use dataset.TAble(0).primaryKey.value = <<Column>>, but will this automatically remove the existing primary key, or must I do this myself?

Mike55.
 
Back
Top