Updating Loaded Databases
The commands described in Essential DevKit Commands are sufficient for many applications that do not do real-time data updates. By using the commands described in this section you can update databases in real-time.
While a command like lkt_dbrecreplace or lkt_dbrecadd is modifying a database, all other commands that would either read or modify that database are automatically blocked. They are automatically unblocked as soon as the database-modifying command has completed. See Multithreaded Programming With the DevKit for more details on multi-threaded programming with the DevKit.
Subtopics