jki
September 1st, 2003, 06:28 AM
The Field length I want to update is 4500 varchars. If I want to pass it to save.asp it generates an error "Access denied". This is only because it is to long. (Not sure what the max. is) I've tried to update it from the input page.
<SCRIPT LANGUAGE="VBScript" TYPE="text/vbscript">
<!--
function SubmitDesc(IncDesc)
'msgbox(IncDesc)
<%UpdtblIncident()%>
end function
-->
</SCRIPT>
the problem is passing it to UpdtblIncident() to update
Help Please!!
Or is there a better way?
<SCRIPT LANGUAGE="VBScript" TYPE="text/vbscript">
<!--
function SubmitDesc(IncDesc)
'msgbox(IncDesc)
<%UpdtblIncident()%>
end function
-->
</SCRIPT>
the problem is passing it to UpdtblIncident() to update
Help Please!!
Or is there a better way?