|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Adding large amount of text data to Access memo field |
From: |
Scott Leandro |
Date: |
7/15/2000 1:09:24 AM |
IP: |
63.77.172.66 |
I am trying to save a large amount of data to an Access Memo field. I submit the data and the Access takes the data all the way up to character 280 (without spaces). Anything after that is lost. Is there any particular reason why this is the case. I am sending the information using a POST method.
The original data comes from a story that has been written by an author. The intent is to have the author paste their story into the textarea and the database save it. After testing, I determined the form is sending the entire stroy to the next page. On page "step2.asp" I printed the entire story by doing a simple <%=request.form("story")%>. Everything comes over. Again I appreciate any help you can provide.
|
|
|
|
|
|
|
|
|
|
|
|
|