T
TdarTdar
Hello,
I have a table with two GUID fields and one check box field
simple enough..
(vs 2005, asp.net 2)
I drag the table in from the connected database turn on the edit feature
I run the page and edit the record and get
"Disallowed implicit conversion from data type sql_variant to data type
uniqueidentifier, table 'SilverQueen_Main_System.dbo.TEST', column 'userif'.
Use the CONVERT function to run this query. "
I guess the wizards dont account for guid's in records, how do I fix this
and I hope microsoft fixes this part of the program soon.
Tdar
I have a table with two GUID fields and one check box field
simple enough..
(vs 2005, asp.net 2)
I drag the table in from the connected database turn on the edit feature
I run the page and edit the record and get
"Disallowed implicit conversion from data type sql_variant to data type
uniqueidentifier, table 'SilverQueen_Main_System.dbo.TEST', column 'userif'.
Use the CONVERT function to run this query. "
I guess the wizards dont account for guid's in records, how do I fix this
and I hope microsoft fixes this part of the program soon.
Tdar