Using ADODB to Query SQLite in VBScript May 4, 2021 database, vbscript No Comments Querying SQLite Database via VBScript can be done via the ADODB.Connection Object. We use the Open to specify the connection String, and the Execute method to run a SQL … [Continue Reading...]