Page 1 of 1

Sqlite DLL from memory

Posted: Fri 10 Jun 2016 07:24
by jota
Hello

Can you access a dll located in memory?

Through specificoption 'clientlibrary'?

If so, an example please

Thanks in advance

Re: Sqlite DLL from memory

Posted: Fri 10 Jun 2016 11:40
by MaximG
You can't work with the loaded DLL using UniDAC. UniDAC allows working with SQLite In-Memory Database (https://www.sqlite.org/inmemorydb.html). For this, set the Database property of the TUniConnection component to ":memory:".