Entering vast amont of text into memo-field of access-database (on server) 
Author Message
 Entering vast amont of text into memo-field of access-database (on server)

I have a website where a access-database resides. On the website I can work
with asp.
From time to time I want to update/add new text into a memo-field from that
remote database.
It is possible to bring a small amount of text into that memo-field by a
form with
METHOD="GET" ACTION="File.asp".
But this is not possible for big volume of text.
With what can I achieve that?
Suggestion are welcome.
Note : I can put and retrieve files from that website by ftp, but I do not
want to retrieve the database by ftp, altering it and resending it to the
website.


Thu, 17 Apr 2003 02:42:12 GMT  
 Entering vast amont of text into memo-field of access-database (on server)

Have you tried METHOD="POST" ?  Remember that there is a limit to the amount
of data that the browser can transfer using any method.  If they're entering
THAT much text, it is likely they are cutting and pasting from an existing
file of some sort... why not enable them to upload a text file that you
parse on the server, instead of being limited by HTML?

www.aspfaq.com


Quote:
> I have a website where a access-database resides. On the website I can
work
> with asp.
> From time to time I want to update/add new text into a memo-field from
that
> remote database.
> It is possible to bring a small amount of text into that memo-field by a
> form with
> METHOD="GET" ACTION="File.asp".
> But this is not possible for big volume of text.
> With what can I achieve that?
> Suggestion are welcome.
> Note : I can put and retrieve files from that website by ftp, but I do not
> want to retrieve the database by ftp, altering it and resending it to the
> website.



Thu, 17 Apr 2003 03:16:32 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Memo fields in access-databases

2. Problem returning data from a scroll text box to an Access memo field

3. Format Text Stored in Access Memo Fields

4. ASP page won't display text from MS Access Memo field

5. Accessing empty/null Memo Fields in a Access 97

6. Putting Text with Apostrophe into SQL Server Memo Field

7. How to FULL JUSTIFY TEXT of a MEMO FIELD in access reports

8. vb text control & access memo field

9. Reporting Rich Text in Memo Field in MS Access

10. Access Database/Memo Fields

11. Reporting Rich Text in Memo Field in MS Access

12. How to FULL JUSTIFY TEXT of a MEMO Field in Access 97 reports or VBA

 

 
Powered by phpBB® Forum Software