ASP.NET Conversion failed when converting from a character string to uniqueidentifier

Posted by c11ada on Stack Overflow See other posts from Stack Overflow or by c11ada
Published on 2010-02-19T00:33:36Z Indexed on 2010/04/14 23:43 UTC
Read the original article Hit count: 577

Filed under:
|
|

hey all,

i have a table which has a primary key (UserID) this is of type UniqueIdentifier. im trying to insert a value into this field but i keep getting an error.

i want to get the userID of the current user and insert the into the user_Details table, but i keep getting this error

Conversion failed when converting from a character string to uniqueidentifier

can some one please help me thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about userid