My guess would be that this has nothing to do with servlets...
It has
alot to do with your
jdbc driver...
Walk thru the following and you might find your problem...
#1 what are the
java data types you are using...
#2 what are the sql data types you are using...
#3 what are the db engine datatypes you are using...
My guess is that the jdbc driver being invoked is translating you memo field into a text field... my ms-acces is rusty so bear with me.
Test you code outside of the servlet....
If it works as you expect... Check you CLASSPATH. You are invoking a different jdbc driver....
Otherwise you have just found a limitation of your database driver!
Good-luck you a blazing a trail i will be following next week.
------------------
We learn more from our mistake's than from our success's.
a.k.a. monty6