Код: Выделить всё
dummytbl{prop:SQL}= 'update anketa set age = ' & loc:age & ' where person_Id = ' & loc:person_Id
if errorcode() = 90 then message(fileerror() & ' - ' & Fileerrorcode() & '- table anketa.') .
спасибо
Модератор: Andrew™
Код: Выделить всё
dummytbl{prop:SQL}= 'update anketa set age = ' & loc:age & ' where person_Id = ' & loc:person_Id
if errorcode() = 90 then message(fileerror() & ' - ' & Fileerrorcode() & '- table anketa.') .