Page 1 of 1

problem with generator

Posted: Sun 20 Mar 2016 11:37
by felixinasa
Hello
I´ve a problem with generator. when I close and open query generator do not Work.

I´m using TIBcQuery with generatormode := fmInsert;

Cabecera.Open;
Cabecera.insert; //key Works fine, get the next value
Cabecera.insert; //key Works fine, get the next value
Cabecera.insert; //key Works fine, get the next value
......
Cabecera.Close; //now generator not woks
Cabecera.Open;
Cabecera.insert;//key = null

what I´m doing wrong

Thanks

Re: problem with generator

Posted: Wed 23 Mar 2016 09:37
by ViktorV
Unfortunately, we couldn't reproduce the issue. In order to investigate the issue, please compose and send to viktorv*devart*com a small sample demonstrating the issue, including scripts for creating database objects.