Subject Re: [IBO] SQDLA error
Author Andreas Pohl
No :(

I tried to do so, but if I use "fresh" components my code is working well.
So I cannot reproduce this error with simple sample without providing a
database,triggers etc. One think I discovered: This error occours if I try
to copy records in child dataset of a master/detail relationship.

Mit freundlichem Gruss & Best Regards

Andreas Pohl


> Can you send me a simple example that demonstrates the problem?
>
> Jason Wharton
>
> > Since I updated to 3.6Bd I've got an error 335544569 "SQDLA missing or
> > incorrect version, or incorrect number/type of variables"
> >
> > It is happen in loops for copying records:
> >
> > while not q1.eof do begin
> > ...
> > q2.insert; // raises an error!
> > ...
> > q1.next;
> > end;
> >
> > This pseudo code was working before updating. I think it is a
transaction
> > problem; I'm using IB_Transaction.AutoCommit:=True;
> >
> > BTW, I recognise this error using TIB_Query or TIB_DSQL. Is there any
> clue?
> >
> > Mit freundlichem Gruss & Best Regards
> >
> > Andreas Pohl
>
>
>
>
>
>
>