home *** CD-ROM | disk | FTP | other *** search
- program IB_API_Demo;
- (*******************************************************
-
- This demo project provides some simple examples -
- see the explanations in each unit header.
-
- *******************************************************)
-
- uses
- frs_Ibase in 'frs_Ibase.pas',
- frs_ibase_object in 'frs_ibase_object.pas',
- frs_IBStartParams in 'frs_IBStartParams.pas',
- UnitAttachDB in 'UnitAttachDB.pas',
- UnitUserInfo in 'UnitUserInfo.pas',
- UnitConsoleInterface in 'UnitConsoleInterface.pas',
- UnitQueryDB in 'UnitQueryDB.pas';
-
- {$R *.RES}
-
- begin
-
- //Display a simple menu in the console;
- ConsoleMenu;
-
- end.
-