Rick Lipkin wrote:oRs:Requery() is a useful tool as well as oRs:ReSync(1,2) .. do not leave the resync parameters out .. and you MUST have a 'primary key' set on your table for the Resync method to work.
ReSync is a must in a networked environment especially for workstation update visability... if you use local recordsets ( which I recommend )
Rick Lipkin
Rick thanks. I unknowledge resync command. I understand now, REQUERY only actualize local SELECT versus RESYNC that incluiding all net-records that can be insert while you are working.
I read RESYNC has relation with CATALOG. I think CATALOG is DB-name but really I dont know exactly its utilities.
Thanks for all your advices.