Hello,
I have a query:
cClubSQL = "SELECT clubnr, functienr FROM lid_club WHERE lidnr = " + ALLTRIM(STR(this.nLidnr)) + " INTO CURSOR curClubLid"
&cClubSQL
This query gives always 1 or more results.
from the table lid_club. Can i Lock these results automaticly. If the answer is yes HOW!!
Thanks for all tips,
Qwark
I have a query:
cClubSQL = "SELECT clubnr, functienr FROM lid_club WHERE lidnr = " + ALLTRIM(STR(this.nLidnr)) + " INTO CURSOR curClubLid"
&cClubSQL
This query gives always 1 or more results.
from the table lid_club. Can i Lock these results automaticly. If the answer is yes HOW!!
Thanks for all tips,
Qwark