Is there a ways to selectively turn off error checking
Posted: Tue 25 Oct 2016 16:31
I have a number of sprocs that were pulled into a project. They heavily use temporary tables and the dbForge editor complains the fields in the temp tables don't exist in this context (they do - the code works). Consequently the project can't build and also can't compare. I have solved this before using executes against prepared statements, but it is a lot of work just to get around a parser. I would just like to be able say that a file in my project should not be error checked. Is that possible?