ODBC Driver for SQLite

mloskot's Avatar

mloskot

13 May, 2016 08:33 AM

Hi,

Would it be possible to deploy the SQLite ODBC Driver?

Here is driver website http://www.ch-werner.de/sqliteodbc/
Installers for the current version:


BTW, currently there are the following drivers available:

Get-OdbcDriver -Platform 64-bit | Select-Object -ExpandProperty Name
SQL Server
SQL Server Native Client 10.0
SQL Server Native Client 11.0
ODBC Driver 11 for SQL Server
PostgreSQL ANSI(x64)
PostgreSQL Unicode(x64)
Microsoft Hive ODBC Driver
MySQL ODBC 5.3 ANSI Driver
MySQL ODBC 5.3 Unicode Driver

Thanks!
Mat

  1. Support Staff 1 Posted by Feodor Fitsner on 13 May, 2016 04:34 PM

    Feodor Fitsner's Avatar

    Hi Mat,

    You can install the drivers with PowerShell during the build. Example of installing x64 build of the driver:

    Write-Host "Downloading SQLite ODBC Driver x64..." -ForegroundColor Cyan
    $exePath = "$($env:TEMP)\sqliteodbc_w64.exe"
    (New-Object Net.WebClient).DownloadFile('http://www.ch-werner.de/sqliteodbc/sqliteodbc_w64.exe', $exePath)
    Write-Host "Installing..."
    cmd /c start /wait $exePath /S
    

    It's installed into C:\Program Files\SQLite ODBC Driver for Win64

  2. 2 Posted by mloskot on 13 May, 2016 10:02 PM

    mloskot's Avatar

    Hi,
    Sweet, it worked very well.
    Thanks Fedor!

  3. mloskot closed this discussion on 13 May, 2016 10:03 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac