![]() |
Copyright (c) 2001 by Peter Gulutzan
|
Script Files -- An Optional ExerciseA script file is a file containing SQL statements. Generally a script file ends with the extension ".sql". Some script files are supplied with the package, for some of the exercises in this tutorial, but I don't think you'll need them. Nevertheless, I've included this section because you might want to save your own sessions, and rerun them.
The script file you will use for the exercise is called exercise.sql.
It should exist already in the default directory (c:\ocelot) and should
contain two lines:
-- (exercise.sql) example of a script file CONNECT TO 'OCELOT'; If you have an old version and this file is absent, please make it yourself right now with any text editor, and type in the two lines. (NB: both lines must end with carriage return + line feed.) If you use WordPad, save exercise.sql as a "Text Document". Now, back to demo32.exe. |
|
|
|
![]() |
|
![]() |
|
![]() |
|