Board index » delphi » Paradox record posted not seen by 2nd workstation
David Rueter
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Paradox record posted not seen by 2nd workstationThis is an easy-to-reproduce problem that has me stumped... If a workstation posts a record, and a 2nd workstation then runs a query, This is causing me grief, especially in light of the fact that the query is What's up with this? Here's the specifics... I have a simple Paradox table (record size about 1K, 2-field primary key, 5 It is on a shared directory (either NT or Win95--doesn't matter). I have two stations besides the one that the data is physically on. All Local Share is enabled on all 3 machines (per Borland FAQ). The tables are all clean--freshly rebuilt with TUtility. No other There is a single instance of my Delphi 3 app on each workstation. Each machine has a unique PrivateDir. I can post a new record from any of the 3 machines, and have the problem I Occasionally (1 time in 6 or so) the newly posted record IS included in the The query is very basic: SELECT Max(IDPart2) FROM MyTable WHERE (IDPart1 and IDPart2 are the two fields that make up the primary key) I am running BDE 4.51 Pseudo-code for what I'm trying to do: TTable.Insert It works perfectly on a single workstation.... Thanks in advance for your help. I really need it... David Rueter |