Search found 6 matches

by leonrom
05.05.2010, 07:18
Forum: Firebird
Topic: FB did not updated without "Reconnect"
Replies: 7
Views: 871

Now, I'd found the solution!
With

db.TransactIsolationLevel:= tiReadCommitted ;

in DB's initialization FireBird client works fine without any reconnections (thank Mark for suggestions)!
by leonrom
04.05.2010, 12:15
Forum: Firebird
Topic: FB did not updated without "Reconnect"
Replies: 7
Views: 871

Thank, Mark! I have two similar DBs,- in ORACLE and Firebird,- identical tables, fields. The tables "CurData" are filled (once per second) by "first" program,- another soft on another connections to both DBs. The result of filling (changed values) I can observe by IBExpert for Fi...
by leonrom
01.05.2010, 10:00
Forum: Firebird
Topic: FB did not updated without "Reconnect"
Replies: 7
Views: 871

Thank, "guidoaerts" ! I'll do that.
But what is the reason for this difference between FireBird and ORACLE?
by leonrom
30.04.2010, 14:01
Forum: Firebird
Topic: FB did not updated without "Reconnect"
Replies: 7
Views: 871

FB did not updated without "Reconnect"

Why I can't read the updated values from FireBird database? With the same in ORACLE is none problems. Next test read data from "CurData" (which are constantly updated) only first time. All is OK with uncommited "db.Reconnect" but this consump twice more time in cycle :( Thanks. [...
by leonrom
05.04.2007, 05:25
Forum: Firebird
Topic: Delphi7 Firebird embedded
Replies: 6
Views: 5461

I found another problem,- it did not recognized codepage win1251 when use Firebird-2 and ZEOSDBO 6.6 for access to embedded database. I could not to connect to embedded firebird from both ZEOSDBO 6.6/6/5 :cry: But thanks for your job,- ZEOS is a great project and I'll be looking for new stable versi...
by leonrom
03.04.2007, 15:57
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Intraweb And Embedded Firebird
Replies: 5
Views: 1385

I've the same problem. How to connect to embedded FireBird :?: