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
Android without embeded SQLLite
Re: Android without embeded SQLLite
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
http://blog.devart.com/disabling-direct ... nidac.html
Re: Android without embeded SQLLite
Perfect. It works.
Thanks a lot
Zdenek
Thanks a lot
Zdenek
Re: Android without embeded SQLLite
We were glad to help you. Please don't hesitate to contact us with questions concerning UniDAC usage.