ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/consolemode/project1.lpr
(Generate patch)

Comparing ibx/trunk/examples/consolemode/project1.lpr (file contents):
Revision 36 by tony, Sat Jul 18 12:30:52 2015 UTC vs.
Revision 37 by tony, Mon Feb 15 14:44:25 2016 UTC

# Line 25 | Line 25 | uses
25    {$IFDEF UNIX}{$IFDEF UseCThreads}
26    cthreads,
27    {$ENDIF}{$ENDIF}
28 <  ibexpressconsolemode, Classes, SysUtils, CustApp, IBDatabase, IBQuery
28 >  Classes, SysUtils, CustApp, IBDatabase, IBQuery
29    { you can add units after this };
30  
31   const
# Line 114 | Line 114 | begin
114      - ensures centralised exception handling }
115    FIBDatabase := TIBDatabase.Create(self);
116    FIBTransaction := TIBTransaction.Create(self);
117 <  FIBDatabase.DatabaseName := 'localhost:employee';
117 >  FIBDatabase.DatabaseName := 'employee';
118    FIBDatabase.Params.Add('user_name=SYSDBA'); {You may have to modify this!}
119    FIBDatabase.Params.Add('password=masterkey');  {You may have to modify this!}
120    FIBDatabase.Params.Add('lc_ctype=UTF8');

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines