|
 |
asp_databases thread: Re: R: How to store large strings (>255 characters) in Access?
Message #1 by "Richard Hagen" <Richard.Hagen@c...> on Thu, 25 Jul 2002 16:39:24
|
|
> do you use POST or GET method to pass the data from the form?
I use Post.
I checked with response.write and thhe data arrives at the asp page.
Ciao,
Richard
===============
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,
Message #2 by "Giovanni Salucci" <g.salucci@n...> on Thu, 25 Jul 2002 17:15:02 +0200
|
|
do you use POST or GET method to pass the data from the form?
-----Messaggio originale-----
Da: Richard Hagen [mailto:Richard.Hagen@c...]
Inviato: giovedì 25 luglio 2002 16.17
A: ASP Databases
Oggetto: [asp_databases] How to store large strings (>255 characters) in
Access?
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
|
|
 |