Quick question...
Are the dbexpress components (TSQLQuery, TSQLTable) etc thread safe?
I am writing a free threaded datasnap server using DCOM and was
wondering if I have to wrap all access to such components in my own
critical sections/mutexes.
For example, if thread A is using a TSQLQuery X, and then a thread B
tries to access the X component, I guess I have to put in my own thread
safety code in there myself no?
Any pointers would be much appreciated.
Tks - Adrian.