Hi. I Have a database table defined in SQL and one of the fields is defined as 500 nvarchar long. Now, when I was entering data in my program in VB6, the data seems to be saved in that field. The only problem is when it shows up on the screen, it won't display the whole data, somehow it is only displaying the 257 characters and the remaining won't display. Can you tell me what should I do to solve this. Appreciate any help you can give me. Thanks.