Hi,
Using ASP, I want to store a large string that comes from a textarea into
a memo field in an Access database. The connection is OK except that only
the first 255 characters are saved. I tried to send multiple parts of the
string by cutting it up with the Mid function and to store these parts
with the appendchunk method. This however seems to give the same result,
the first chunk is strored and the rest is ignored.
I have the feeling I am not opening the connection in the right way.
Any ideas?
Cheers,
Richard