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, 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