Hi, I probably asked about this before, but as I'm having some problems
with my implementation, I would like to ask more clear questions.
The main part of the application does not modify the database, but
quries it occasionally (select).
The other thread is responsible for the changes (import from a file to a
table, insert, update).
1. Should I open the database explicitly in the amin part and also in
the thread?
2. should I create the tables in the thread or can I create them in the
main thread and modify them in the other?
My current situation is that I open the database and create the tables
in the main thread.
When the other thread attempts to import data from a file to a table, no
error is reported, but still the table is empty after the import.
Thanks, Rafi.

Reply via email to