in reply to Re: validating SQL using DBI
in thread validating SQL using DBI

The tool will be used for validating static data definition statements, mostly CREATE TABLE statements. I did run into a problem with a file that was just a big COPY statement where it thought a time 17:30 was a :-placeholder, not sure how to handle that case.

I thank you for the suggestion to set PrintError to 0, that of course did the trick! I updated the OP.

SSF