Subject | cannot insert a new row |
---|---|
Author | newgen_315 |
Post date | 2005-06-30T14:18:12Z |
Hi all,
I need your help again, I am getting this error and cannot figure out
why. can someone help?
"Cannot Insert a new row" and cannot figure where it's comming from.
in the Delphi IDE i can trace to here;
Procedure TIB_Dataset.insert
begin
if not prepared then
sysprepare;
if caninsert then
sysinsert
else
begin
sysstatechanged;
raise EIB_dataseterror.create(e.cannot_insert_row);
end;
end;
what am I looking for?
thanks
Daniel
I need your help again, I am getting this error and cannot figure out
why. can someone help?
"Cannot Insert a new row" and cannot figure where it's comming from.
in the Delphi IDE i can trace to here;
Procedure TIB_Dataset.insert
begin
if not prepared then
sysprepare;
if caninsert then
sysinsert
else
begin
sysstatechanged;
raise EIB_dataseterror.create(e.cannot_insert_row);
end;
end;
what am I looking for?
thanks
Daniel