Android without embeded SQLLite

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
zvasku
Posts: 77
Joined: Tue 19 Sep 2006 12:04

Android without embeded SQLLite

Post by zvasku » Wed 14 Dec 2016 12:52

Hello,

we have to use FireDac and UniDac in one Android project. I know it's not goot, but this is our situation now. We use SQLite in both *Dac components. We cannot build app beause of duplicity in sqllite engine object files.
Can we build UniDac without embeded SQLLite and use SQLLite object from FireDac in one application?

Thanks a lot
Zdenek

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

Re: Android without embeded SQLLite

Post by MaximG » Thu 15 Dec 2016 13:15

Not to include SQLite client library code to the finished application, you need to add a path to the [UniDAC Installation Folder]\Source] folder to the project Search Path property and compile the application with the NOSTATIC option. You can find more details about this process in our blog :
http://blog.devart.com/disabling-direct ... nidac.html

zvasku
Posts: 77
Joined: Tue 19 Sep 2006 12:04

Re: Android without embeded SQLLite

Post by zvasku » Fri 16 Dec 2016 12:05

Perfect. It works.

Thanks a lot
Zdenek

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

Re: Android without embeded SQLLite

Post by MaximG » Fri 16 Dec 2016 13:09

We were glad to help you. Please don't hesitate to contact us with questions concerning UniDAC usage.

Post Reply