Beakerboy / VBA-SQL-Library

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

Conditional query types vs non-conditional #29

Open Beakerboy opened 4 years ago

Beakerboy commented 4 years ago

INSERT and CREATE do not use a WHERE clause, while SELECT, DELETE, and UPDATE do. They could inherit from different parent objects.