Hi
In my application we have the resume upload feature where people can copy and paste their test formattted resume in a textarea and submit the form. Thistextarea content gets stored in a sql server2000 database. The problem is that the field in he database where this resume gets stored is set to nvarchar daatype which holds a max of 4000 characters. I would like it to change to adatatype which holds unlimited characters like blob datatype in oracle. Any help will be highly appreciated.
Badrinath Chebbi
In my application we have the resume upload feature where people can copy and paste their test formattted resume in a textarea and submit the form. Thistextarea content gets stored in a sql server2000 database. The problem is that the field in he database where this resume gets stored is set to nvarchar daatype which holds a max of 4000 characters. I would like it to change to adatatype which holds unlimited characters like blob datatype in oracle. Any help will be highly appreciated.
Badrinath Chebbi