TVirtualTable Threadsafe?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kgoddard
Posts: 2
Joined: Wed 10 Jan 2007 20:00

TVirtualTable Threadsafe?

Post by kgoddard » Wed 10 Jan 2007 20:01

Is the TVirtualTable component threadsafe?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Thu 11 Jan 2007 09:10

You can share an object of the TVirtualTable component between several threads. But you should not work with the TVirtualTable object simultaneously in different threads.

Post Reply