Vishwa wrote:
>
> Hello all,
>
> We are not able to post more than 255 chars using the POST method. We
> are using MS-ACCESS as the backend database and the field type in the
> database table is MEMO. The servlet is inserting only upto 255
> characters.
POST can certainly send more than 255 chars. Your problem is someplace else. Are
you using GET instead of POST? Do you know for a fact that the servlet gets all
the chars? Is the insert statement being formed properly? Can your jdbc driver
handle more than 255 chars?
K Mukhar
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html