Here the problem is as CREATE_TEXT can hold only 132 chars, It takes 132 chars & writes the data to database , chars more than 132 gets truncated. As the data base has only 132 chars READ_TEXT also pulls the stored 132 char.
↧
Here the problem is as CREATE_TEXT can hold only 132 chars, It takes 132 chars & writes the data to database , chars more than 132 gets truncated. As the data base has only 132 chars READ_TEXT also pulls the stored 132 char.