Home Articles Books Download FAQs Tips

Code Editor: Using the code editor to write SQL stored procedures

If you open a text file in BCB that has the .SQL file extension, the Code Editor will use a syntax highlighting scheme designed for SQL. Here is what a simple query looks like.

select * from ORDERS
where ORDER_NUM > 50
and   CUST_LAST_NAME = 'Jones'


Copyright © 1997-2000 by Harold Howe.
All rights reserved.