Search found 7 matches

by sidekick
21.03.2006, 11:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SQL Monitor Logging
Replies: 12
Views: 5370

Hello Mark, I went a bit further in testing. As i found out in both the latest-source release and the 6.5.1 version following is the matter: The Event.Message string logged to the trace file is different than in the OnTrace and OnLogTrace event. Live query updates are logged to the file, the informa...
by sidekick
19.03.2006, 14:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SQL Monitor Logging
Replies: 12
Views: 5370

Mark,

I downloaded the source and im going to give it a try and see if the this build works.

I will post a message as soon as know more about how this build works.

And of course thanks for helping me troubleshoot the problem.

CU, Erik
by sidekick
19.03.2006, 13:32
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SQL Monitor Logging
Replies: 12
Views: 5370

Ok Mark, I tried a couple of things. I moved the "dbIbSql.Commit;" statement outside of the loop. Used only the LogTrace event. On interbase: When i look at the logfile then i tels me that actually there ar no update statement logged at all. I tried the same test on mysql 4.1 and the logfi...
by sidekick
18.03.2006, 23:06
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SQL Monitor Logging
Replies: 12
Views: 5370

Hello Mark,

Your english is fine to me.

Both events fire.
I tried both methods and the output is exactly the same.
by sidekick
18.03.2006, 17:29
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SQL Monitor Logging
Replies: 12
Views: 5370

Hello Mark,

Sorry for not mentioning that i am already using the monitor component, i have updated the topic with more information.

Regards, Erik
by sidekick
17.03.2006, 17:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SQL Monitor Logging
Replies: 12
Views: 5370

SQL Monitor Logging

Hello, Im trying to log sql statements, using TZSQLMonitor, that are generated after an Edit statement on the query. See the code below please: ehConnectIbSqlServer; with qIbGetOccupiedCompartments do begin Open; First; while not Eof do begin Edit; FieldByName('OrderId').AsString := '123'; dbIbSql.S...
by sidekick
24.11.2005, 19:51
Forum: 6.1.5
Topic: Boolean-Field
Replies: 2
Views: 1171

Hello,

I had the same error today. I use te latest zeos version with d2005.
In previous version i did not had this error.

The boolean type works well with mssql.

Regards,
Erik