- SQLiteC-for-VBA VS SQLiteForExcel
- SQLiteC-for-VBA VS Rubberduck
- SQLiteC-for-VBA VS VBA-Better-Array
- SQLiteC-for-VBA VS excel-formula-print
- SQLiteC-for-VBA VS QRCodeLibVBA
- SQLiteC-for-VBA VS VBA-SQL-Library
- SQLiteC-for-VBA VS VBA-ExtendedDictionary
- SQLiteC-for-VBA VS msaccess-vcs-addin
- SQLiteC-for-VBA VS Excel-Pomodoro-Timer
- SQLiteC-for-VBA VS vba-macros
SQLiteC-for-VBA Alternatives
Similar projects and alternatives to SQLiteC-for-VBA
-
SQLiteForExcel
A lightweight wrapper to give access to the SQLite3 library from VBA.
-
Rubberduck
Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
VBA-Better-Array
An array class for VBA providing features found in more modern languages
-
excel-formula-print
VBA macro to print formulas with variable names
-
-
VBA-SQL-Library
Object-based Database Interaction for VBA. Create SQL Statements with VBA objects instead of string concatination.
-
VBA-ExtendedDictionary
Dictionary object that extends the Scripting.Dictionary
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
msaccess-vcs-addin
Synchronize your Access Forms, Macros, Modules, Queries, Reports, and more with a version control system.
-
-
SQLiteC-for-VBA reviews and mentions
-
[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
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.