If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > database errors - MultiThread app

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-15-05, 03:46
bezaleli bezaleli is offline
Registered User
 
Join Date: Dec 2005
Posts: 5
database errors - MultiThread app

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
Reply With Quote
  #2 (permalink)  
Old 12-16-05, 16:12
ranbla ranbla is offline
Registered User
 
Join Date: Aug 2004
Location: San Antonio, TX
Posts: 84
MS Access is a single user database. It does not handle multiple, simultaneous operations well. Look into getting MySQL or Postgres would be my advice.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On