InterBase scripts must begin with a CONNECT
statement. The scripts in this directory each begin with the following CONNECT
statement:
CONNECT 'TUTORIAL.IB' USER 'TUTOR' PASSWORD 'tutor4ib';
You may need to modify the path and/or the user information.
Note: If you are working on a UNIX system, you need to run dos2unix on *.sql files.