EntityDAC with UniDAC/SQLite

Discussion of open issues, suggestions and bugs regarding EntityDAC
Post Reply
mulhams
Posts: 2
Joined: Wed 26 Oct 2016 04:00

EntityDAC with UniDAC/SQLite

Post by mulhams » Wed 26 Oct 2016 04:05

Hello,

I'm using EntityDAC with UniDAC(SQLite Provider), how can I benefit from the various features of UniDAC like direct connection and encryption? It seems to me that the corresponding keywords/parameters of direct connection and encryption are not recognized in connectionstring property of TEntityConnection!

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: EntityDAC with UniDAC/SQLite

Post by AlexP » Thu 27 Oct 2016 07:52

hello,

To use specific provider options you should also indicate the name of the provider in the connectionstring, for example:

Data Provider=UniDAC;SQL Dialect=SQLite;Login Prompt=False;ProviderName=SQLite;database=:memory:;Direct=true

All supported options you can find in help https://www.devart.com/unidac/docs/?sql ... rticle.htm

mulhams
Posts: 2
Joined: Wed 26 Oct 2016 04:00

Re: EntityDAC with UniDAC/SQLite

Post by mulhams » Sun 06 Nov 2016 09:49

Thanks :)

Post Reply