Hi al
I have PK with Guid type in typed dataset
Is anybody have any suggestion how 2 implement autogeneration of P
thnks

Re: need suggestion in Guid autogeneration in dataset by Steve

Steve
Thu Feb 19 11:11:12 CST 2004

Hiya

You could use the System.Guid.NewGuid().ToString to get a GUID. You will
need to append the braces {} to the beginning and end if your Guid has that
format.

Regards,
Steve.

"dr-Wicked" <anonymous@discussions.microsoft.com> wrote in message
news:14F93AF1-766D-4938-B896-23D45B6576E5@microsoft.com...
> Hi all
> I have PK with Guid type in typed dataset.
> Is anybody have any suggestion how 2 implement autogeneration of PK
> thnks



Re: need suggestion in Guid autogeneration in dataset by anonymous

anonymous
Fri Feb 20 03:26:06 CST 2004

It was a cool jok
thnks
P
I need suggest about Guid autogeneration