I'm new to Jet and multithreading. I am loading lots of data and can see
my
time is spent in Jet. I was trying to get a coulple threads going to do
some
of these Jet based im****ts (many tables all from the same MDB) running
concurrently. However, Jet seems to restrict 2 threads from using it at
the
same time for two different tables in the same database. I thought the
delay
was running two queries simultaneosly, but it seems like even if one
thread
is im****ting while the other is querying Jet wants to do one thing at a
time.
Does this make sense to others?