At 12:51 PM 4/14/2008, Jan Johansen wrote:
I'm working on a little application to store needed manuals. I set up a column as a VARCHAR. The question: While working with that column in a form is it possible to insert an image (like an organizational chart) ?
Jan, Use VARBIT data type to store images that can be referenced to all details stored in VARCHAR columns. Take a look at the R:Docs 7.6 for such implementation, the live application to demonstrate the use of such feature in your own application. Very Best R:egards, Razzak.

