- SQLiteC-for-VBA VS SQLiteForExcel
- SQLiteC-for-VBA VS excel-formula-print
- SQLiteC-for-VBA VS Rubberduck
- SQLiteC-for-VBA VS QRCodeLibVBA
- SQLiteC-for-VBA VS VBA-Better-Array
- SQLiteC-for-VBA VS VBA-SQL-Library
- SQLiteC-for-VBA VS VBA-ExtendedDictionary
- SQLiteC-for-VBA VS Excel-Pomodoro-Timer
- SQLiteC-for-VBA VS vba-macros
- SQLiteC-for-VBA VS msaccess-vcs-addin
SQLiteC-for-VBA Alternatives
Similar projects and alternatives to SQLiteC-for-VBA
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
-
-
-
VBA-SQL-Library
Object-based Database Interaction for VBA. Create SQL Statements with VBA objects instead of string concatination.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
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
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
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 2 years ago
pchemguy/SQLiteC-for-VBA is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of SQLiteC-for-VBA is VBA.