Problem Using Access as the database, please help!
Hi everyone, I'm new here. Hopefully someone can help me by to solve this problem.
I have an asp program using MS access database. However I have problem storing chunks of information in, which is suppose to update in the system. It updates when i keyed in 30 lines but after that it refused to update in the if i continue to key in the information in the textbox. I did not limit to any number of words.
This is part of the code
<tr>
<td align="center" colspan="6"><textarea name="tProcedure" style="font-family:arial; width:600px; height:200px"><%if bEditProc then response.write sDetails%></textarea></td>
</tr>
ANyone can help?
|