Raghu111 0 Newbie Poster

Hi all,

I am creating a typed dataset in asp.net. One of the columns in the table is NVARCHAR2 (31), now when I create a typed dataset for this table the MaxLength property of this column becomes 15. But I need it to be 31 itself. I understand that NVARCHAR2 is used to store unicode data. I am using .Net framework 2 and Visual Studio 2005.

Please let me know if anyone has worked on this.:S