CustTable ct1, ct2; ; ttsbegin; ct1=CustTable::find("1"); ct2.clear(); ct2 = ct1.data(); ct2.custaccount="2"; ct2.insert(); ttscommit;