0% found this document useful (0 votes)
50 views

Inter Base

This document provides instructions for connecting to an InterBase database in Delphi 7. It discusses setting the username and password properties, specifying the database path, opening the database, and using database components like IBDatabase1, IBTable1, and IBTransaction1. It also covers using AccessDB and dbExpress components instead and their corresponding properties. The steps include moving the DATA.GDB file to the project directory. The overall purpose is to share ideas and learn from mistakes as a beginner.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views

Inter Base

This document provides instructions for connecting to an InterBase database in Delphi 7. It discusses setting the username and password properties, specifying the database path, opening the database, and using database components like IBDatabase1, IBTable1, and IBTransaction1. It also covers using AccessDB and dbExpress components instead and their corresponding properties. The steps include moving the DATA.GDB file to the project directory. The overall purpose is to share ideas and learn from mistakes as a beginner.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Delphi 7

InterBase

Delphi 7

SYSDBA :
masterkey :

Delphi 7

C:/ :

Delphi 7

Delphi 7

Delphi 7

:
IBDatabase1 1 Connected : False.
LoginPrompt : False.
: Paramse
User_name = SYSDBA
Password = masterkey
IBTable1 2 Database1 : IBDatabase1
Transactions : IBTransaction1
IBTransaction1 3 DefaultDatabase : IBDatabase1
DataSource1 4
DataSet : IBTable1

C:/ ( DATA.GDB)

. DATA.GDB

Delphi 7

Delphi 7

(AccsDB

dbExpress)

Delphi 7

1-

2-

Delphi 7

3-

4-

Delphi 7

5-

DATA.GDB .

) (DATA.GDB C:/


... ...
.
.

You might also like