Sqlite DLL from memory

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jota
Posts: 34
Joined: Tue 22 Nov 2011 19:21

Sqlite DLL from memory

Post by jota » Fri 10 Jun 2016 07:24

Hello

Can you access a dll located in memory?

Through specificoption 'clientlibrary'?

If so, an example please

Thanks in advance

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Sqlite DLL from memory

Post by MaximG » Fri 10 Jun 2016 11:40

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:".

Post Reply