Hi
I am writing application base on c.
I am using Microsoft Access database.
I have multiple threads in the program that should write/read the tables.
Should i use a safe threading when threads go to the tables or maybe the Microsoft Access let multithreads write\read from it in the same time?
I have multiple errors, specially when 2 or 3 threads and more trying to connect the access simultaneously
and errors when I am trying to update a table with some threda ( thread for each row in the table) error "80004005", error "80040e09", error "80040e37".
Thanks a lot
David