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

Quoting field names #34

Open Beakerboy opened 2 years ago

Beakerboy commented 2 years ago

It’s possible to use an SQL reserved word as a field name. The library should quote field names by default to avoid errors if a user attempts this.