Forum OpenACS Development: Response to Clobs and db_dml

Collapse
Posted by Gilbert Wong on

And in the -oracle.xql file, is this all I need:

insert into survsimp_question_responses
(response_id, question_id, clob_answer)
values (:response_id, :question_id, empty_clob())
returning clob_answer into :1

In other words, do I need to add the -clobs [list $response_value] in the -oracle.xql file?