cursors

jacques perconte trash at technart.net
Tue Aug 30 09:58:21 CDT 2005


> > on queen query, bank
> >   kServer = 2
> >   kReadWrite = 3
> >
> >     curs = 0

By the way: the upper line should delete the cursor and therefore unlock the
record, but it must me a global variable (global curs), otherwise you will
keep producing new cursors without closing them correctly.

I turned the thing this way

curs = 0
kServer = 2
kReadWrite = 1

And it seems to weork very well.
thank you both.

jacques





More information about the Valentina mailing list