InterBase scripts must begin with a CONNECT statement. The scripts in this directory each begin with the following CONNECT statement:

CONNECT 'c:\Embarcadero\InterBase\database\tutorial.gdb'
USER 'TUTOR' PASSWORD 'tutor4ib';

If you are working on a different drive or path or connecting as a different user, you must edit the CONNECT statement in each of these six script files so that the information reflects your working directory and user name.

