Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Avoiding the XML preserve syntax
Message
From
30/04/2006 13:52:22
 
 
To
30/04/2006 13:14:47
General information
Forum:
ASP.NET
Category:
XML
Miscellaneous
Thread ID:
01117317
Message ID:
01117913
Views:
15
It's string in C# also ... I'm not talking about the DataSet, I'm talking about the backend database, from which you're doing the DataAdapter.Fill().

~~Bonnie



>>And one more thing ... the behavior seems to still be dependent on whether your database column's datatype is char or varchar. If you use varchar and your column is truly empty (no extra spaces), you won't see the xml:space="preserve" get added to the XML. But if your column is char, then it's never really empty ... it's always padded with spaces no matter what you do and so you'll get the stuff added to the XML. This is how it works in SQL Server anyway, I'm not sure if it's different or not for other databases.
>
>Is VarChar the equivalent in C# than String in VB.Net?
>
>Also, do you know why having spaces in a field would make the XML to react like that? In Excel, this is created an additional field and this is totally not related.
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform