Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DbExpress - Is it thread safe?

3 views
Skip to first unread message

Adrian Mercieca

unread,
Jan 23, 2008, 2:44:13 AM1/23/08
to
Hi,

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.

0 new messages