Re: adAffectCurrent not working



Well I figured out that I needed "AdoDB2000" in my uses. Any other
suggestoins on this topic would be appreciated. :)


"Keith G Hicks" <krh@xxxxxxxxxxx> wrote in message
news:42a53e78$1@xxxxxxxxxxxxxxxxxxxxxxxxx
I'm trying variuos ideas I found in here to refresh rows in datasets when
changes occur on other users' machines. One of them involves
dstCusts.Recordset.Resync(adAffectCurrent, adResyncAllValues);
AdoDB is in my uses and that's where I found "adAffectCurrent" but the above
line won't compile. It says "[Error] Custs.pas(2870): Undeclared identifier:
'adAffectCurrent'"

Any suggestions?

Thanks,

Keith



.