03/31/2003  TB Verified the DLL on7.5 and updated the TXT

This ADD-on is customer supplied and no support is provided by Borland.

March 1996

SQL Language Support Module

It provides syntax coloring, template expansion, procedure folding,
and smart indenting for the SQL programming language.
Copy the RUL.DLL to CodeWright's directory.  Select Tools|Customize|Libraries 
from the menu bar. Press the Add button and browse for RUL.dll.
Open the dll and Press Ok to dismiss the dialog.  
or 
copy the file SQL.DLL to your Codewright
installation directory, and add the following line to the LibPreload
section of your CWRIGHT.INI file:

	LibPreload=SQL
	
and restart Codewright.  Language support for sql type files will be
enabled automatically.  To configure this package, select the Tools|Customize|Language
menu. Click on the New Type
button and type 

	SQL (or the extension used by your sql program)
	
into the box that appears.  You will now be able to configure all
of the language support features offered in this package.

