
22
|
Toad Pocket Reference for Oracle
Working with Files in the SQL Editor
This section describes ways to open and work with files
using the SQL Editor.
Open files
There are several ways to open a file in the SQL Editor:
File
➝ Open File
You can open an existing file located in your Windows
network via this function from the Toad Menu toolbar.
(Remember that you can use File
➝ Reopen Files to
access previously opened files.)
Main Edit Toolbar
➝ Open File
You can click on the “Open File” button on the Main
Edit toolbar.
CTRL-O
You can type CTRL-O in any editor to open a Load File
window.
Integrated Source Control/Team Coding
Toad supports the Source Code Control (SCC) standard, a
Microsoft API that defines a standard interface between
development environments and source control products. The
SCC API provides functions that perform common source
control operations.
With Toad’s Source Control toolbar, you can check in or
check out files to/from Microsoft Visual SourceSafe, PVCS,
and other source control programs. You need to have the cli-
ent portion of the source code control application installed
on your PC. Alternately, you can use Toad’s Team Coding,
which is discussed in the “Procedure Editor” section, later in
this book. While not all SCC-compliant products have neces-
sarily been tested, all such products should work with Toad.
For more detailed information read the “Team Coding and
SCC Interaction” Help topic. ...