Direct mode - 2 questions

Discussion of open issues, suggestions and bugs regarding LiteDAC (SQLite Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ProvalisResearch
Posts: 7
Joined: Tue 25 Jul 2017 13:53

Direct mode - 2 questions

Post by ProvalisResearch » Thu 28 Sep 2017 12:14

Hello,

I have the latest version (3.1.3).

1)
There is no size difference in my application whether I set Direct mode to True or False. Is there a way, by setting Direct mode to False (the default), to remove the embedded code and make my application smaller?

2)
If I switch Direct mode to True, my queries are massively longer. Is this normal?

Thank you for your time.

Pierre

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

Re: Direct mode - 2 questions

Post by MaximG » Fri 29 Sep 2017 05:39

1. If it is necessary (when there is no need to use the Direct Mode) the client library code cannot be included in the finished application, thus reducing its size. This question is discussed in detail in our blog: http://blog.devart.com/disabling-direct ... nidac.html
2. Please compose and send us a small application demonstrating speed difference, as well as the SQLite database file used in this sample. For this, you can use the e-support form (https://www.devart.com the "Support"\"Request Support" menu)

Post Reply