Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What is the datatype for a GUID?

0 views
Skip to first unread message

Bill Mattox

unread,
Oct 22, 2002, 4:47:24 PM10/22/02
to
I am attempting to pass a GUID ID column created in SQL Server and defined
as "uniqueidentifier ROWGUIDCOL" created with NEWID() back to my Web Service
for return to the client after the row is inserted but am not sure what
datatype I should use in C# for this (int?, string(16)?,?). Does anyone know
what this should be?


0 new messages