ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/examples/UserManual/udrlibrary/myudrlibrary.lpr
Revision: 381
Committed: Sat Jan 15 00:06:22 2022 UTC (2 years, 3 months ago) by tony
File size: 424 byte(s)
Log Message:
Release Candidate 1

File Contents

# User Rev Content
1 tony 381 library myudrlibrary;
2    
3     {$mode delphi}
4     {$codepage UTF8}
5     {$interfaces COM}
6    
7     uses
8     Classes, sysutils, FBUDRController, udr_myrowcount;
9    
10     exports firebird_udr_plugin;
11    
12     begin
13     with FBUDRControllerOptions do
14     begin
15     ModuleName := 'myudrlibrary';
16     AllowConfigFileOverrides := true;
17     LogFileNameTemplate := '$LOGDIR$MODULE.log';
18     LogOptions := [loLogFunctions, loLogProcedures, loLogTriggers, loDetails];
19     end;
20     end.

Properties

Name Value
svn:eol-style native