A heavily object oriented solution that wraps the core functionality of the MS ActiveX Data Objects Library. This is a highly modified version of Mathieu Guindon (@retailcoder)'s code from here: https://github.com/rubberduck-vba/examples/tree/master/SecureADODB. This Library addresses many of the commonly missed caveats like accurately monitoring an object's state using bit-wise checks, spinning up async commands, and and providing the ability to await their results or process other items during execution.
Stars
14
Forks
2
Watchers
14
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
51
commits
Change commandType parameter to cmdType and commandTimeout to timeout
9f4a15bView on GitHubChange commandType parameter to cmdType and commandTimeout to timeout
9b9270dView on GitHubChange commandType parameter to cmdType and commandTimeout to timeout
8315037View on GitHub