Board index » delphi » Multi users and updates!
Phil
![]() Delphi Developer |
Fri, 27 Jun 2003 02:22:16 GMT
Multi users and updates!
I'm making a software that uses an Access Database, I've come arross 1
serious problem. Using a Grid, I'm posting a record that was already changed by someone else, my problem is that because it was changed by someone else in a different software, the program {*word*99}s out and says that I could not locate the row to update. I suppose its trying to do a SQL that matchs the entire row information, and since its no longer the same has before it complains. Using the BDE I was able to see the where clause to Key only, but I don't seem to have this option with ADO, How to I get around this problem. Thank you. Phil C. |