Posted By:
puneet_jain
Posted On:
Wednesday, June 6, 2001 07:12 AM
hello
i am creation a resume submission form
in which the user has an option to paste the resume in text format in a textarea.now textarea's value is to passed to the next servlet for insertion in the database.in the next servlet the value of the textarea is retrieved using request.getParameter method.now the value we got is in string and strings do have some limitation of characters.and the value retrieved is very big(resume in text format) so i am storing it in databse as Blob.now how can i store a string value in the oracle table as blob.
please help me
thanx
puneet1_jain@hotmail.com