hello,
my probelm is :
i have 2 tables.table 1:create table sabdaid (fid int not null primary key,sabdasutra char(100) unicode);
table 2:create table sabdasu(form char(50),sabdasutra char(100) unicode references sadaid(sabdasutra) on delete cascade);
when i am trying to load data in sabdsu i get an error as
SQL error 350 = Referential integrity violated
Also i wanted to know whether in sapdb we have a function "binary" which is there in MySQL.
please help.
regards
harish
