How to insert files with jpeg,tiff,doc type into RTF

I have a huge number of files with jpeg,tiff,doc types and I need to insert these images into a RTF in Lotus Notes documents which already exist. Can I use JDBC or ODBC with Java class in R6. Help…

Any ideas ?

Thank you.

Subject: How to insert files with jpeg,tiff,doc type into RTF

partial answer here…http://www-10.lotus.com/ldd/46dom.nsf/8fcda5a283f280b2852565590071d8af/564e5f7e34eb52e880256cec0064759f?OpenDocument

Subject: How to insert files with jpeg,tiff,doc type into RTF

There are various solutions using front end methods (slow and difficult, but free) or the API called from LotusScript (use at your own risk. Watch out for very large images blowing through the 64KB barrier, as that is the most common cause of crashes). Alternatively, you can use a third party product such as our Midas Rich Text LSX, which has an AppendGraphic method. Also, Midas can let you target where precisely in the rich text you want the image imported (such as inside a specific table cell), let you re-size it and set attributes. Obviously, you can do all of this through the API as well, just with more effort and skill level required.