I'm in a project to write a program using local database.
We use Delphi, MS Access and Oracle.
The issue are:
- There are several threads needed to insert and update MS Access DB. I haven't test it now, and I know access have a multi-thread issue here. Whether I need to use a lock or put MS Access DB operation into on thread?
- We need move same table from Oracle to MS Access, for performance considerations. (personally I'm not suggesting that, but I'm not the project manager). We still need to synchronize the data from MS Access to Oracle for a period of time (maybe several days). I have to do a lot of work on it, is there any easy way(we use BDE)?