Hi.

I'd like to ask you people is there any possibility to create more than one concurrent connection to the SQLite database which is located in memory.
I want to read the database from several threads (different tables). There is no problem to do this on file based database, but I’ve some problems wit memory based one.

Could somebody can give me a hint how to do this.

Regards