emileverh 21 Posted December 5, 2022 Hi guys! Which is the latest supported SQLITE version in Delphi 11? The SQLITE webpage shows that V3.40.0 is the latest. Is it safe to use it? I don't wont to do a trail and error traject... Thanks in advance! Share this post Link to post
Darian Miller 361 Posted December 5, 2022 FireDAC provides SQLite binaries v 3.31.1 in the latest version of RAD Studio https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Connect_to_SQLite_database_(FireDAC) You should be able to use the latest version with dynamic linking without issue but there's always a chance that FireDAC needs an update to work with some brand new feature - do you have specific requirements? Share this post Link to post
emileverh 21 Posted December 5, 2022 7 hours ago, Darian Miller said: FireDAC provides SQLite binaries v 3.31.1 in the latest version of RAD Studio https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Connect_to_SQLite_database_(FireDAC) You should be able to use the latest version with dynamic linking without issue but there's always a chance that FireDAC needs an update to work with some brand new feature - do you have specific requirements? Thanks for your answer ;-)) I was just wondering. I thought I had issues which where SQLite related, but it seems to be elsewhere in my program. Anyway thanks again! Share this post Link to post