Hello
Can you access a dll located in memory?
Through specificoption 'clientlibrary'?
If so, an example please
Thanks in advance
Sqlite DLL from memory
Re: Sqlite DLL from memory
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:".