How to set traceflags in dbexpress SQL Monitor

Is it correct that traceflags don't work in SQLMonitor? I tried to use them in XE2 with Firebird and it seems to me that they are not implemented at all. TSQLMonitor published properties commented on traceflags.

  published
    property Active: Boolean read FActive write SetActive default False;
    property AutoSave: Boolean read FAutoSave write FAutoSave default False;
    property FileName: string read FFileName write SetFileName;
    property OnLogTrace: TTraceLogEvent read FOnLogTrace write FOnLogTrace;
    property OnTrace: TTraceEvent read FOnTrace write FOnTrace;
{   property TraceFlags not supported in DBExpress 1.0 }
    property TraceList: TStrings read FTraceList write SetTraceList stored False;
    property SQLConnection: TSQLConnection read FSQLConnection write SetSQLConnection;
  end;

      

And when they always go through TraceLevel 5 and TraceFlag 256 in the OnLogTrace and OnTrace events. I know I can use the DelegateConnection TSQLConnection as an alternative, but these are only traces in the file and I wanted it to go through the note. Any pointers would be helpful.

Thank you in advance

Steve

+3
delphi dbexpress


source to share


No one has answered this question yet

Check out similar questions:

five
dbGo or dbExpress for Delphi 2010 with Microsoft SQL Server
five
List of free dbexpress drivers for Delphi
five
How compatible is Chau Chee Yang dbExpress and XE2 Enterprise dbExpress for Firebird?
3
dbExpress and SQL Server 2008 are slow
3
Snappy Method DBExpress SQL Executor
2
How to handle queries with multiple results with dbExpress
2
How do I execute a SQL script using dbExpress?
2
Default Integer for firemonkey component
1
DbExpress design question
1
Configuring ODBC connection to MS Access database in Data Explorer in XE2 Enterprise that does not use DSN



All Articles
Loading...
X
Show
Funny
Dev
Pics