Multithreading
The DB Interface Module and Multithread Safety
The DB Interface Module can be built multithread-safe if you compile it with the appropriate compiler options. Check your compiler's documentation to determine those options. All functions of the DB Interface Module behave the same in multithreaded as in single-threaded environments, provided that your application program follows the steps outlined here.