Hi all,
I need an embedded/In Memory Database which support multithread access.
Thanks!
Leo
Hi all,
I need an embedded/In Memory Database which support multithread access.
Thanks!
Leo
You can use SQlite3 with the DISQLite3 library.
For proof that they are thread-safe check the links provided by Mohammed Nasman
Components4Developers has one that's been around a long time kbmMemTable
ComponentAce offers AbsoluteDatabase with in memory option AbsoluteDatabase
NexusDB can be both embedded and use memory tables. For a multithreaded application you just give each thread it's own Session and Database components.
There is a free embedded version with no souce code or you can purchase the full client server version with source code.
eXtremeDB, from my company (McObject), is increasingly popular.The standard edition is an embedded in-memory database.