TDAMemDataTable thread safe?

Is TDAMemdataTable and LocaDataAdapter used within DataAbstactService thread safe?

Hi,

TDAMemdataTable itself isn’t thread-safe, but clonesource feature of TDAMemdataTable is thread safe - it allows to manipulate with the same dataset from different threads/places.

see more at the ClonedSource sample

1 Like