SQLite Forum

SQLite ODBC
Login
No, not trying to turn this forum into a general programming forum. 

My original question was <i>Programmatically, how can I choose the version of SQLite that I use?</i>

This was in anticipation of version 3.34's imminent availability, as announced, and given that

1. System.Data.SQLite is using version 3.32.1
2. Microsoft.Data.Sqlite is using version 3.28.0
3. The ODBC driver at http://www.ch-werner.de/sqliteodbc/sqliteodbc.exe is using version 3.32.3

None of these have the feature that I need, namely:

<i>CLI enhancements:

The .read dot-command now accepts a pipeline in addition to a filename.</i>

And none of the three options that I've tried allow me to choose which version of SQLite I use and I do NOT want to use one version in code and another for the CLI.

Therefore, the question remains:

<i>Programmatically, how can I choose the version of SQLite that I use?</i>