Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 XML with null data

Author  Topic 

AAAV
Posting Yak Master

152 Posts

Posted - 2010-03-07 : 22:52:48
how is null value represented in xml for decimal type fields?
I want to check if the user has entered a value or not in the xml(passed from ASP.NET)

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-03-07 : 23:41:26
based on XSINIL it can either show empty element or wont show element at all

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -