Subject Simultaneous INSERTS on the same table by a multithreaded app using embedded FB
Author Alexei Isac
Platform: Win XP SP2

I am using IBPP to connect and talk to an embedded FB DB. I tried
transacted INSERTS on the same table using multiple threads and FB
seems to have no issues. I see that all INSERTS are successful. My
question is, am I right in assuming that as long as my app is threaded
((thread (vs) Fork) in the same address space), will simultaneous
inserts on the same table work ?

-Alexei