Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: How to store large strings (>255 characters) in Access?


Message #1 by "Richard Hagen" <Richard.Hagen@c...> on Thu, 25 Jul 2002 16:16:56
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

  Return to Index