Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Memo field in Access, 64k limit...

Status
Not open for further replies.

Jethro

Programmer
Jan 13, 2001
3
US
I'm writing an app that will store an html page's source into a field. I came across a file that was larger than 64k and the field in Access of datatype memo, choked. Basicly I learned there was a 64k limit on the Memo field... How the heck do you store a text file larger than 64k in an Access database???

I'd appreciate any help.
Jeff
 
try the "ole object" field, you have a choice to insert data into the table or link to a file
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top