I'm a Delphi 5 user. I'm using Paradox Database in a network environment. When I add a record in a machine, I can't see it in the other machines although I call the Refresh method.
I'm using a DBGrid object for the view. The worst consequence is that 2 users can add records with the same primary key and then the server keeps the latest.
It is only when I exit the program and then run it again that I see the records that the other machines in the network added.
Thanks
I'm using a DBGrid object for the view. The worst consequence is that 2 users can add records with the same primary key and then the server keeps the latest.
It is only when I exit the program and then run it again that I see the records that the other machines in the network added.
Thanks