Change Views Before You Begin
From InterBase
Go Up to Change Views Quick Start
The Change Views Quick Start Guide offers basic guide on how to start using Change Views, this guide makes use of the employee
sample database bundled with every InterBase installation. Before advancing to the next sections please consider the following points:
- You need the
employee
database, you can find a copy of this database atC:\ProgramData\Embarcadero\InterBase\gds_db\examples\database\
.
If you can't find it on that location you can download it here.
- It is recommended that you copy the
employee
database file to a different location, for example:C:\Tutorial\ChangeViews
.
- Create a user called "HRMANAGER" with enough privileges to write data on the
employee
database, this user will be used on all the examples in this guide.
- This guide assumes you are already familiar with connecting to databases. For information on how to connect to databases you can refer to CONNECT and Connecting to a Database Using isql if you are using isql. If you are using IBConsole you can refer to Add Database and Connect Dialog