SQLiteC-for-VBA

SQLite library for VBA wrapping ADODB and SQLite C-language API. (by pchemguy)

SQLiteC-for-VBA Alternatives

Similar projects and alternatives to SQLiteC-for-VBA

  1. Rubberduck

    Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. VBA-ExtendedDictionary

    Dictionary object that extends the Scripting.Dictionary

  4. VBA-SQL-Library

    Object-based Database Interaction for VBA. Create SQL Statements with VBA objects instead of string concatination.

  5. excel-formula-print

    VBA macro to print formulas with variable names

  6. vba-macros

    Discontinued Some VBA macros for personal use

  7. VBA-Better-Array

    An array class for VBA providing features found in more modern languages

  8. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  9. QRCodeLibVBA

    QR Code generator library in VBA

  10. SQLiteForExcel

    A lightweight wrapper to give access to the SQLite3 library from VBA.

  11. msaccess-vcs-addin

    Synchronize your Access Forms, Macros, Modules, Queries, Reports, and more with a version control system.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better SQLiteC-for-VBA alternative or higher similarity.

SQLiteC-for-VBA discussion

Log in or Post with

SQLiteC-for-VBA reviews and mentions

Posts with mentions or reviews of SQLiteC-for-VBA. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-13.
  • [EXCEL] SQLite C/ADO VBA library with reflection
    3 projects | /r/vba | 13 Dec 2021
    Complete project source code with dependencies is available from the GitHub repo and the project documentation - from the GitHub pages site. I perform unit testing under x32/VBA6 (Excel XP/2002 SP3) and x64/VBA7 (Excel 2016) environments. With the entire repository cloned on Windows 10 and the two dependencies (the SQLiteODBC driver and the RubberDuck VBA add-in) installed, the following two quick checks can be executed right away from the immediate pane. This command ?LiteMan(":mem:").ExecADO.GetScalar("SELECT sqlite_version()") returns SQLite library version used by the SQLiteODBC driver (usually embedded), e.g., 3.23.3, and this command ?SQLiteC("").CreateConnection(":mem:").ExecADO.GetScalar("SELECT sqlite_version()") returns SQLite library version loaded by the project, e.g., 3.37.0. The project also includes a set of examples, which should also run out-of-the-box (see documentation).

Stats

Basic SQLiteC-for-VBA repo stats
1
5
0.0
over 3 years ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com