sushanth04
Programmer
I need to insert data in to a column of TEXT datatype through a sybase stored procedure.Since a variable of TEXT type cannot be declared inside a stored procedure ,I declared 2 varchar(255) and finally concatenated them and used it in the insert statement.
But I find the datas after 255th character gets truncated.
Is there any means of solving this issue ? I basically need to insert data into a column of TEXT datatype.
But I find the datas after 255th character gets truncated.
Is there any means of solving this issue ? I basically need to insert data into a column of TEXT datatype.