Click to See Complete Forum and Search --> : Update SQL Record


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?

ZoSoo7
September 3rd, 2003, 09:40 AM
It looks like the problem is that you are mixing your client side and server side script incorrectly.