NotesSQL: retrieve a rich text field from a document

Configuration:Lotus Domino 6.5.3

NotesSQL 3.0.2f

External application access a Domino database

Question:

Is there a way to retrieve the data of a rich text field with ODBC/SQL command from a document. I know the UNID of the document, but I don’t want to create a new view do display the rich text field.

Subject: NotesSQL: retrieve a rich text field from a document

To access a document its not necessary to have a view. in this case u can access a document by getdocumentbyunid method which is under database class.

kavitha.