RE: Pro*C Source Beautifier ???

From: Marc Mazerolle <Mazerolle_Home_at_msn.com>
Date: 1995/12/30
Message-ID: <00001a1b+00004f80_at_msn.com>#1/1


A simple solution is to write a program that will comment out all SQL commands inside your source (like the Pro*C pre-processor does) making sure to leave marks to be able to remove them in another pass.

Send the resulting source in cb(1).

Make another pass to un-comment the lines you commented before.

Now the down side to this practice is that your SQL statements won't be "beautified". Received on Sat Dec 30 1995 - 00:00:00 CET

Original text of this message