"Michael Ryan" <michaelrtr@xxxxxxxxx> wrote in message
news:mailman.1097.1163171132.8229.wdsci-l@xxxxxxxxxxxxxxx
Michael, you may want to try the Verify process that Peter mentioned. It's
a
bit cumbersome (verify, then compile), but it works.
If by that you mean the automated syntax check I do use that feature. But
that is only good for syntax. The SQL pre-compiler does a lot more than that
like verifying the existence of named objects, compatibility between data
types in SQL statements, etc. The syntax verification can't catch things
like that.