ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/consolemode/readme.txt
Revision: 380
Committed: Mon Jan 10 10:13:17 2022 UTC (2 years, 2 months ago) by tony
Content type: text/plain
File size: 1422 byte(s)
Log Message:
propset for eol-style

File Contents

# Content
1 This example demonstrates IBX in console mode. Before opening this project you should tell the Lazarus
2 IDE about the ibexpressconsolemode package. All you need to do in the IDE is to select "Packages->Open Package File"
3 and open ibexpressconsolemode.lpk which you can find in the ibx root directory. You should then close it again
4 immediately afterwards. There is no need to install or compile it. Opening the package is sufficient for Lazarus to
5 remember it.
6
7 Now you can open the project, compile and run it. The program uses the default Firebird "employee" database. If
8 this is available on the localhost and you have not changed the default SYSDBA password from "masterkey" then
9 the program should run "out of the box". If the Firebird server is on another host, or you have change the SYSDBA password
10 then goto to line 117 of the project1.lpr file and update the databasename, user_name or password as appropriate.
11 Note that with a console mode program, there is no dialog that can be used to enter these and either these
12 parameters have to be set from the command line (left as an exercise for the student) or given explicitly in the
13 source code.
14
15 Under Linux: to see the output select View->Debug Windows->Terminal Output to open the stdout viewer.
16
17 Under Windows: the stdout view opens automatically but will also close automatically as soon as the program
18 finishes. Set a break point to keep this window open.

Properties

Name Value
svn:eol-style native