XML Support in SQL Server - does ANYONE use it?
Database
1
Posts
1
Posters
0
Views
1
Watching
-
... trying to get a FOR XML rowset back out through ADO/ASP now, and its becoming a nightmare! strings I select like this: SELECT '<hello/<' are just great, but something simple like: SELECT blah FROM blogg FOR XML AUTO, ELEMENTS gives me rubbish, like: ?colname??L?anothercol?a??somethingelse?andmoreshite which isn't making much sense to me, unless its a UNICODE problem... thanks in advance if anyone can help Nick