problem with generator

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
felixinasa
Posts: 7
Joined: Sat 05 Apr 2014 07:39

problem with generator

Post by felixinasa » Sun 20 Mar 2016 11:37

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

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: problem with generator

Post by ViktorV » Wed 23 Mar 2016 09:37

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.

Post Reply