T
Tiraman
Hi ,
I have a Stored Procedure that return an xml (by using the xml auto or
explicit)
into some XmlReader and i m getting the following error .
Invalid attempt to GetBytes on column ''. The GetBytes function can only be
used on columns of type Text, NText, or Image.
Please note that the SP running ok under the query analyzer
and when i m using the XmlReader with other SP which return an XML every
thing ok .
I have a Stored Procedure that return an xml (by using the xml auto or
explicit)
into some XmlReader and i m getting the following error .
Invalid attempt to GetBytes on column ''. The GetBytes function can only be
used on columns of type Text, NText, or Image.
Please note that the SP running ok under the query analyzer
and when i m using the XmlReader with other SP which return an XML every
thing ok .