Hey all,
I have a form that accepts a bunch of variables, then inserts them into a table as one record. Then I have the record immediately printed from the table to show that the record was inserted into the table correctly.
All the variables displayed correctly except two fields I use for taking notes, which are CLOBS. When I display the record in the browser, both note fields show only the word "Object", not the string I inserted.
However when I command line with sqlplus, and print out the Notes fields for that record, the correct string was in fact inserted and shows up correctly. So I know the insert worked. Does anyone know what getting "Object" to print out as a table search return for a certain field means?
Much thanks,
Chuck
puffer@ccwf.cc.utexas.edu