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

Add escape functions #13

Open Beakerboy opened 5 years ago

Beakerboy commented 5 years ago

Escape tablename: '/[^A-Za-z0-9.]+/' Escape alias: '/[^A-Za-z0-9]+/' Database: '/[^A-Za-z0-9.]+/' Field. '/[^A-Za-z0-9.]+/' Like