Board index » delphi » Querys w/cached updates don't refresh correctly in Multi-User environment with Paradox

Querys w/cached updates don't refresh correctly in Multi-User environment with Paradox

Im using querys with cached updates, but when Im in a multi-user
environment for some reason I cant see what the other users are doing
when I refresh the query closing it and opening it again. Ive tryed
different things:

- Changed the ChachedUpdates property to false and then back to true.
- Called the Unprepare method.
- Changed the select statement to a generic one and back to the one I
need.

None of these seems to work. Apparently it has something to do with the
Paradox driver, because if I switch to Interbase, it works fine!.

Has anybody encountered this problem?, and if so, How did you fix it?.

 

Re:Querys w/cached updates don't refresh correctly in Multi-User environment with Paradox


Quote

>None of these seems to work. Apparently it has something to do with the
>Paradox driver, because if I switch to Interbase, it works fine!.

Do you have Local Share set to TRUE?

--
Brian Bushay (TeamB)
Bbus...@DataGuidance.com

Re:Querys w/cached updates don't refresh correctly in Multi-User environment with Paradox


Yes,  LOCAL SHARE is set to True.
Also the NetFileDir and the PrivateDir are set correctly.

Quote
Brian Bushay TeamB wrote:
> Do you have Local Share set to TRUE?

> --
> Brian Bushay (TeamB)
> Bbus...@DataGuidance.com

Other Threads