Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VARCHAR greater than 256 in a PROCEDURE

Status
Not open for further replies.

essiprojects

Programmer
Sep 12, 2002
9
0
0
ES
Hi,

I have a PROCEDURE where I have to use a String variable. This String
cannot be a varchar, because it is small. I need something like
LVARCHAR, any type greater than 256 bytes. I have tried to use TEXT, but
I got the error:

608: Illegal attempt to convert Text/Byte blob type.

Does anybody know what I'm doing wrong or what data type can I use?

Thank you.

 
I think I have a similar problem where I'm trying to insert data into a table with a stored procedure, and one of my columns is defined as TEXT. I too get the error message "Illegal attempt to convert Text/Byte blob type."

Any help would be greatly appreciated!

Thanks,

Craig
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top