I have a project that incorporates a memo field for richtext content. Through experimentation and research, I've been able to develop a method to convert the RTF content to HTML using the Word object. In many cases, this reduces the size of the RTF content by up to 95%, which includes the support files, once converted to HTML.
Now, the only problem is how to import the entire HTML contents (including support files) back into a Jet Memo field for portability. I know I can use compression (zip or cab), but that will cause some performance overhead that I would like to avoid if possible.
Is there a way to add multiple objects to a single Memo field in a Jet database?
The objects would include the HTML file, and a subfolder containing graphics and metadata for OLE embedded objects.
Any thoughts would be deeply appreciated.
- Glen
Know thy data.
Now, the only problem is how to import the entire HTML contents (including support files) back into a Jet Memo field for portability. I know I can use compression (zip or cab), but that will cause some performance overhead that I would like to avoid if possible.
Is there a way to add multiple objects to a single Memo field in a Jet database?
The objects would include the HTML file, and a subfolder containing graphics and metadata for OLE embedded objects.
Any thoughts would be deeply appreciated.
- Glen
Know thy data.