Hi all,

 I have HTML form which is sending more than 255 characters to the servlet.I
am using MSAccess as backend.To store this data I am using MEMO field in
MSAccess.It is giving the following error in servlet when I tried to store
this data.

java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver]String data,
right truncated (null)
        at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6031)
        at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:6188)
        at sun.jdbc.odbc.JdbcOdbc.SQLExecute(JdbcOdbc.java:2533)
        at
sun.jdbc.odbc.JdbcOdbcPreparedStatement.execute(JdbcOdbcPreparedStatement.ja
va:217)
        at sun.jdbc.odbc.JdbcOdbcPreparedStatement.executeUpdate
JdbcOdbcPreparedStatement.java:139)

any help will be appreciated.

Regards,
Naidu Babu.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to