Beakerboy / VBA-SQL-Library

Object-based Database Interaction for VBA. Create SQL Statements with VBA objects instead of string concatination.
68 stars 16 forks source link

Create a SQLStaticQuery Class #11

Closed Beakerboy closed 5 years ago

Beakerboy commented 5 years ago

It will be a string and a Dictioanry of arguments. When the ToString method is called, the placeholders will be replaced with values from the dictionary.