C
Charlie@CBFC
Hi:
I have a stored proc that returns an XML doc. Testing it in Query Analyzer,
it looks fine. However consuming it in C# application truncates xml string
when result is converted to string from an ExecuteScalar data command. May
have something with string conversion because looking at result in a
datatable column looks OK, but when converting (tbl.Rows[0][0].String()) it
gets truncated. Why?
Thanks,
Charlie
I have a stored proc that returns an XML doc. Testing it in Query Analyzer,
it looks fine. However consuming it in C# application truncates xml string
when result is converted to string from an ExecuteScalar data command. May
have something with string conversion because looking at result in a
datatable column looks OK, but when converting (tbl.Rows[0][0].String()) it
gets truncated. Why?
Thanks,
Charlie