I have a simple question, I have in my Table a Field. This field is type container .
How I can write in this field.
I used this code, but don't work:
MyTable myTable;
str value = "value" ;
ttsBegin;
select forupdate myTable;
conIns( myTable.FieldContainet, 1 , value );
myTable.insert();
ttsCommit ;