Jump to content
emileverh

Latetst support SQLITE version in Delphi 11.x

Recommended Posts

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

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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×