开发者

Set data type (xml) for a field in data table, using Visual Studio

开发者 https://www.devze.com 2022-12-13 01:05 出处:网络
Hi I have datatype for a field recently converted to xml from varchar(MAX) in SqlServer DB. I want to set this type for the corresponing field in the data table, but it has no option for xml. Any sugg

Hi I have datatype for a field recently converted to xml from varchar(MAX) in SqlServer DB. I want to set this type for the corresponing field in the data table, but it has no option for xml. Any suggestion ?

Thanks

using VS 08 and SQL SERVER 08

alt text http://img708开发者_如何学Go.imageshack.us/img708/3888/53987921.jpg


The SQL type xml will convert happily enough to System.String. I'd use that.

0

精彩评论

暂无评论...
验证码 换一张
取 消