| Q.
How do I start using SQL Edit 32 most rapidly? What are the most timesaving
features?
A. That depends of course
on who you are and what you want to do, but I think these are quite general
features:
First check the 'Create'
and the 'Block' menu. Here you will find examples of DDL commands for creating
database objects. Use these as templates for you own objects.
You may try this as an first
example:Select
'New' from menu 'File'.
Select 'Procedure' on the
'Create' menu. Put the cursor below the line saying 'DECLARE'. Then select
'Cursor Is' from the 'Blocks' menu. Put the cursor below the line containing
'BEGIN'. Select 'Cursor Loop' from the 'Block' menu. Remove unused code
and add some code of your own. You have made a DDL script for creating
a procedure in five mouseclicks and a minimal amount of typing.The 'Edit'
menu contains some tailored commands for making DDL (Data Definition Language)
and DML (Data Manipulation Language) scripts, namely 'End Line With Comma',
and 'Strip Trailing Whitespace'. These commands do not work properly in
the current version of SQL Edit 32. This will soon be corrected. |