Invalid attempt to GetBytes on column '' , Please HELP

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 .
 
Joined
Mar 1, 2011
Messages
1
Reaction score
0
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 .

--
Best Regards ,

Tiraman :)


Tirman I appreciate that you tried almost everywhere to search solutions for this error. Have you got anything ?
Please reply and can you give me your email id?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top