Data results grid ponly shows text up to first control character. If you have a varchar(255) column and have text with a #13#10 in it, only data up to the #13#10 is displayed. The rest of the text is not shown but does exist in the database,
Hi, this behavior occours even in other tools like IBExpert
I can see 2 possible fixes for this: removing #13#10 in the grid, or resizing row heigth hopping to be all right, but both ways you'll end with a strange look (I think)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, this behavior occours even in other tools like IBExpert
I can see 2 possible fixes for this: removing #13#10 in the grid, or resizing row heigth hopping to be all right, but both ways you'll end with a strange look (I think)