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
problem with generator
Re: problem with generator
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.