Hi All,
I designed a table and chosed TEXT as DataType for one field(e.g story1). The default size for the TEXT is 16 bytes, I am not able to change it. When I use Stored Procedure to insert data to db, it only stored 16 characters in that field. How can i create a TEXT DataType without length specified and let me store indefinite text?
Thanks for advice
Richard
I designed a table and chosed TEXT as DataType for one field(e.g story1). The default size for the TEXT is 16 bytes, I am not able to change it. When I use Stored Procedure to insert data to db, it only stored 16 characters in that field. How can i create a TEXT DataType without length specified and let me store indefinite text?
Thanks for advice
Richard